From 5367ae8c237cd21300cde230558eb4682e040823 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Thu, 11 Sep 2003 09:32:16 +0000 Subject: [PATCH] ibase_param_info() now returns table/fieldnames as well git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140067 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ibase/functions/ibase-param-info.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/ibase/functions/ibase-param-info.xml b/reference/ibase/functions/ibase-param-info.xml index e74a85b4ae..cc40e1cd51 100644 --- a/reference/ibase/functions/ibase-param-info.xml +++ b/reference/ibase/functions/ibase-param-info.xml @@ -1,5 +1,5 @@ - + ibase_param_info @@ -16,8 +16,8 @@ Returns an array with information about a parameter after a - query has been prepared. The array contains the type and the length - of the parameter. + query has been prepared. The array is in the form of name, alias, + relation, length, type. See also