abies           Thu Sep 11 05:32:16 2003 EDT

  Modified files:              
    /phpdoc/en/reference/ibase/functions        ibase-param-info.xml 
  Log:
  ibase_param_info() now returns table/fieldnames as well
  
Index: phpdoc/en/reference/ibase/functions/ibase-param-info.xml
diff -u phpdoc/en/reference/ibase/functions/ibase-param-info.xml:1.1 
phpdoc/en/reference/ibase/functions/ibase-param-info.xml:1.2
--- phpdoc/en/reference/ibase/functions/ibase-param-info.xml:1.1        Tue Sep  2 
07:40:36 2003
+++ phpdoc/en/reference/ibase/functions/ibase-param-info.xml    Thu Sep 11 05:32:16 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.ibase-param-info">
    <refnamediv>
     <refname>ibase_param_info</refname>
@@ -16,8 +16,8 @@
      </methodsynopsis>
     <para>
      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.
     </para>
     <para>
      See also

Reply via email to