vrana Wed Aug 18 11:39:27 2004 EDT
Modified files:
/phpdoc/en/reference/crack/functions crack-check.xml
/phpdoc/en/reference/dbplus/functions dbplus-errcode.xml
dbplus-rcrtexact.xml
dbplus-rcrtlike.xml
/phpdoc/en/reference/fbsql/functions fbsql-fetch-lengths.xml
fbsql-field-flags.xml
fbsql-field-len.xml
fbsql-field-name.xml
fbsql-field-seek.xml
fbsql-field-table.xml
fbsql-field-type.xml
fbsql-result.xml
fbsql-select-db.xml
/phpdoc/en/reference/hw/functions hw-pipedocument.xml
/phpdoc/en/reference/ibase/functions ibase-affected-rows.xml
ibase-drop-db.xml
ibase-prepare.xml
/phpdoc/en/reference/image/functions imagepsbbox.xml
/phpdoc/en/reference/mbstring/functions mb-strimwidth.xml
/phpdoc/en/reference/msql/functions msql-fetch-field.xml
/phpdoc/en/reference/oracle/functions ora-parse.xml
/phpdoc/en/reference/pgsql/functions pg-close.xml pg-lo-create.xml
pg-put-line.xml pg-query.xml
pg-set-client-encoding.xml
/phpdoc/en/reference/printer/functions printer-draw-bmp.xml
/phpdoc/en/reference/strings/functions levenshtein.xml
number-format.xml
/phpdoc/en/reference/sybase/functions sybase-query.xml
/phpdoc/en/reference/uodbc/functions odbc-fetch-into.xml
Log:
Fix protos from sources
http://cvs.php.net/diff.php/phpdoc/en/reference/crack/functions/crack-check.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/crack/functions/crack-check.xml
diff -u phpdoc/en/reference/crack/functions/crack-check.xml:1.2
phpdoc/en/reference/crack/functions/crack-check.xml:1.3
--- phpdoc/en/reference/crack/functions/crack-check.xml:1.2 Wed Apr 17 02:36:59
2002
+++ phpdoc/en/reference/crack/functions/crack-check.xml Wed Aug 18 11:39:25 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/crack.xml, last change in rev 1.1 -->
<refentry id="function.crack-check">
<refnamediv>
@@ -10,7 +10,11 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>crack_check</methodname>
- <methodparam
choice="opt"><type>resource</type><parameter>dictionary</parameter></methodparam>
+
<methodparam><type>resource</type><parameter>dictionary</parameter></methodparam>
+ <methodparam><type>string</type><parameter>password</parameter></methodparam>
+ </methodsynopsis>
+ <methodsynopsis>
+ <type>bool</type><methodname>crack_check</methodname>
<methodparam><type>string</type><parameter>password</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/dbplus/functions/dbplus-errcode.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/dbplus/functions/dbplus-errcode.xml
diff -u phpdoc/en/reference/dbplus/functions/dbplus-errcode.xml:1.2
phpdoc/en/reference/dbplus/functions/dbplus-errcode.xml:1.3
--- phpdoc/en/reference/dbplus/functions/dbplus-errcode.xml:1.2 Wed Apr 17 02:37:23
2002
+++ phpdoc/en/reference/dbplus/functions/dbplus-errcode.xml Wed Aug 18 11:39:25
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/dbplus.xml, last change in rev 1.1 -->
<refentry id="function.dbplus-errcode">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>dbplus_errcode</methodname>
- <methodparam><type>int</type><parameter>errno</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>errno</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/dbplus/functions/dbplus-rcrtexact.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/dbplus/functions/dbplus-rcrtexact.xml
diff -u phpdoc/en/reference/dbplus/functions/dbplus-rcrtexact.xml:1.4
phpdoc/en/reference/dbplus/functions/dbplus-rcrtexact.xml:1.5
--- phpdoc/en/reference/dbplus/functions/dbplus-rcrtexact.xml:1.4 Tue Feb 18
13:06:37 2003
+++ phpdoc/en/reference/dbplus/functions/dbplus-rcrtexact.xml Wed Aug 18 11:39:25
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/dbplus.xml, last change in rev 1.1 -->
<refentry id="function.dbplus-rcrtexact">
<refnamediv>
@@ -12,7 +12,7 @@
<type>resource</type><methodname>dbplus_rcrtexact</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>resource</type><parameter>relation</parameter></methodparam>
- <methodparam><type>bool</type><parameter>overwrite</parameter></methodparam>
+ <methodparam
choice="opt"><type>bool</type><parameter>overwrite</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/dbplus/functions/dbplus-rcrtlike.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/dbplus/functions/dbplus-rcrtlike.xml
diff -u phpdoc/en/reference/dbplus/functions/dbplus-rcrtlike.xml:1.2
phpdoc/en/reference/dbplus/functions/dbplus-rcrtlike.xml:1.3
--- phpdoc/en/reference/dbplus/functions/dbplus-rcrtlike.xml:1.2 Wed Apr 17
02:37:25 2002
+++ phpdoc/en/reference/dbplus/functions/dbplus-rcrtlike.xml Wed Aug 18 11:39:25
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/dbplus.xml, last change in rev 1.1 -->
<refentry id="function.dbplus-rcrtlike">
<refnamediv>
@@ -12,7 +12,7 @@
<type>resource</type><methodname>dbplus_rcrtlike</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>resource</type><parameter>relation</parameter></methodparam>
- <methodparam><type>int</type><parameter>flag</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>overwrite</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
@@ -20,7 +20,7 @@
of the given <parameter>relation</parameter> under a new
<parameter>name</parameter>, but with default indices. An
existing relation by the same <parameter>name</parameter> will
- only be overwritten if <parameter>overwrite</parameter> is TRUE
+ only be overwritten if <parameter>overwrite</parameter> is &true;
and no other process is currently using the relation.
</para>
</refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-fetch-lengths.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-fetch-lengths.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-fetch-lengths.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-fetch-lengths.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-fetch-lengths.xml:1.2 Wed Apr 17
02:37:52 2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-fetch-lengths.xml Wed Aug 18 11:39:25
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-fetch-lengths">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>fbsql_fetch_lengths</methodname>
- <methodparam
choice="opt"><type>resource</type><parameter>result</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>result</parameter></methodparam>
</methodsynopsis>
<para>
Returns: An array that corresponds to the lengths of each field
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-field-flags.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-field-flags.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-field-flags.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-field-flags.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-field-flags.xml:1.2 Wed Apr 17
02:37:52 2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-field-flags.xml Wed Aug 18 11:39:25
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-field-flags">
<refnamediv>
@@ -13,7 +13,7 @@
<methodsynopsis>
<type>string</type><methodname>fbsql_field_flags</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
- <methodparam><type>int</type><parameter>field_offset</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>field_offset</parameter></methodparam>
</methodsynopsis>
<para>
<function>fbsql_field_flags</function> returns the field flags of
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-field-len.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-field-len.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-field-len.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-field-len.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-field-len.xml:1.2 Wed Apr 17 02:37:52
2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-field-len.xml Wed Aug 18 11:39:25
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-field-len">
<refnamediv>
@@ -13,7 +13,7 @@
<methodsynopsis>
<type>int</type><methodname>fbsql_field_len</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
- <methodparam><type>int</type><parameter>field_offset</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>field_offset</parameter></methodparam>
</methodsynopsis>
<para>
<function>fbsql_field_len</function> returns the length of the
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-field-name.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-field-name.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-field-name.xml:1.3
phpdoc/en/reference/fbsql/functions/fbsql-field-name.xml:1.4
--- phpdoc/en/reference/fbsql/functions/fbsql-field-name.xml:1.3 Wed Jul 16
13:11:50 2003
+++ phpdoc/en/reference/fbsql/functions/fbsql-field-name.xml Wed Aug 18 11:39:25
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-field-name">
<refnamediv>
@@ -13,7 +13,7 @@
<methodsynopsis>
<type>string</type><methodname>fbsql_field_name</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
- <methodparam><type>int</type><parameter>field_index</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>field_index</parameter></methodparam>
</methodsynopsis>
<para>
<function>fbsql_field_name</function> returns the name of the
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-field-seek.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-field-seek.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-field-seek.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-field-seek.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-field-seek.xml:1.2 Wed Apr 17
02:37:52 2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-field-seek.xml Wed Aug 18 11:39:25
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-field-seek">
<refnamediv>
@@ -13,7 +13,7 @@
<methodsynopsis>
<type>bool</type><methodname>fbsql_field_seek</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
- <methodparam><type>int</type><parameter>field_offset</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>field_offset</parameter></methodparam>
</methodsynopsis>
<para>
Seeks to the specified field offset. If the next call to
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-field-table.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-field-table.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-field-table.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-field-table.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-field-table.xml:1.2 Wed Apr 17
02:37:53 2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-field-table.xml Wed Aug 18 11:39:25
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-field-table">
<refnamediv>
@@ -13,7 +13,7 @@
<methodsynopsis>
<type>string</type><methodname>fbsql_field_table</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
- <methodparam><type>int</type><parameter>field_offset</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>field_offset</parameter></methodparam>
</methodsynopsis>
<para>
Returns the name of the table that the specified field is
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-field-type.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-field-type.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-field-type.xml:1.3
phpdoc/en/reference/fbsql/functions/fbsql-field-type.xml:1.4
--- phpdoc/en/reference/fbsql/functions/fbsql-field-type.xml:1.3 Mon Dec 15
11:49:43 2003
+++ phpdoc/en/reference/fbsql/functions/fbsql-field-type.xml Wed Aug 18 11:39:25
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-field-type">
<refnamediv>
@@ -13,7 +13,7 @@
<methodsynopsis>
<type>string</type><methodname>fbsql_field_type</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
- <methodparam><type>int</type><parameter>field_offset</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>field_offset</parameter></methodparam>
</methodsynopsis>
<para>
<function>fbsql_field_type</function> is similar to the
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-result.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-result.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-result.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-result.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-result.xml:1.2 Wed Apr 17 02:37:54
2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-result.xml Wed Aug 18 11:39:25
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-result">
<refnamediv>
@@ -11,10 +11,8 @@
<methodsynopsis>
<type>mixed</type><methodname>fbsql_result</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
- <methodparam><type>int</type><parameter>row</parameter></methodparam>
- <methodparam choice="opt"><type>mixed</type><parameter>
- field
- </parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>row</parameter></methodparam>
+ <methodparam
choice="opt"><type>mixed</type><parameter>field</parameter></methodparam>
</methodsynopsis>
<para>
<function>fbsql_result</function> returns the contents of one
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-select-db.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-select-db.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-select-db.xml:1.3
phpdoc/en/reference/fbsql/functions/fbsql-select-db.xml:1.4
--- phpdoc/en/reference/fbsql/functions/fbsql-select-db.xml:1.3 Tue Feb 18 13:08:34
2003
+++ phpdoc/en/reference/fbsql/functions/fbsql-select-db.xml Wed Aug 18 11:39:25
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-select-db">
<refnamediv>
@@ -10,10 +10,8 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>fbsql_select_db</methodname>
-
<methodparam><type>string</type><parameter>database_name</parameter></methodparam>
- <methodparam choice="opt"><type>resource</type><parameter>
- link_identifier
- </parameter></methodparam>
+ <methodparam
choice="opt"><type>string</type><parameter>database_name</parameter></methodparam>
+ <methodparam
choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
</methodsynopsis>
<para>
<function>fbsql_select_db</function> sets the current active
http://cvs.php.net/diff.php/phpdoc/en/reference/hw/functions/hw-pipedocument.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/hw/functions/hw-pipedocument.xml
diff -u phpdoc/en/reference/hw/functions/hw-pipedocument.xml:1.3
phpdoc/en/reference/hw/functions/hw-pipedocument.xml:1.4
--- phpdoc/en/reference/hw/functions/hw-pipedocument.xml:1.3 Tue Sep 30 04:33:32
2003
+++ phpdoc/en/reference/hw/functions/hw-pipedocument.xml Wed Aug 18 11:39:25
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/hw.xml, last change in rev 1.2 -->
<refentry id="function.hw-pipedocument">
<refnamediv>
@@ -12,6 +12,7 @@
<type>int</type><methodname>hw_pipedocument</methodname>
<methodparam><type>int</type><parameter>connection</parameter></methodparam>
<methodparam><type>int</type><parameter>objectID</parameter></methodparam>
+ <methodparam
choice="opt"><type>array</type><parameter>url_prefixes</parameter></methodparam>
</methodsynopsis>
<para>
Returns the Hyperwave document with object ID
http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/functions/ibase-affected-rows.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/ibase/functions/ibase-affected-rows.xml
diff -u phpdoc/en/reference/ibase/functions/ibase-affected-rows.xml:1.1
phpdoc/en/reference/ibase/functions/ibase-affected-rows.xml:1.2
--- phpdoc/en/reference/ibase/functions/ibase-affected-rows.xml:1.1 Tue Sep 2
07:40:36 2003
+++ phpdoc/en/reference/ibase/functions/ibase-affected-rows.xml Wed Aug 18 11:39:25
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.ibase-affected-rows">
<refnamediv>
<refname>ibase_affected_rows</refname>
@@ -11,7 +11,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>ibase_affected_rows</methodname>
-
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+ <methodparam
choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
</methodsynopsis>
<para>
This function returns the number of rows that were affected by the previous
query that was
http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/functions/ibase-drop-db.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/ibase/functions/ibase-drop-db.xml
diff -u phpdoc/en/reference/ibase/functions/ibase-drop-db.xml:1.1
phpdoc/en/reference/ibase/functions/ibase-drop-db.xml:1.2
--- phpdoc/en/reference/ibase/functions/ibase-drop-db.xml:1.1 Tue Sep 2 07:40:36
2003
+++ phpdoc/en/reference/ibase/functions/ibase-drop-db.xml Wed Aug 18 11:39:25
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.ibase-drop-db">
<refnamediv>
<refname>ibase_drop_db</refname>
@@ -11,7 +11,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>ibase_drop_db</methodname>
-
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
+ <methodparam
choice="opt"><type>resource</type><parameter>connection</parameter></methodparam>
</methodsynopsis>
<para>
This functions drops a database that was opened by either
<function>ibase_connect</function>
http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/functions/ibase-prepare.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ibase/functions/ibase-prepare.xml
diff -u phpdoc/en/reference/ibase/functions/ibase-prepare.xml:1.3
phpdoc/en/reference/ibase/functions/ibase-prepare.xml:1.4
--- phpdoc/en/reference/ibase/functions/ibase-prepare.xml:1.3 Sun Jul 27 18:21:30
2003
+++ phpdoc/en/reference/ibase/functions/ibase-prepare.xml Wed Aug 18 11:39:25
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ibase.xml, last change in rev 1.2 -->
<refentry id="function.ibase-prepare">
<refnamediv>
@@ -13,7 +13,17 @@
<title>Description</title>
<methodsynopsis>
<type>resource</type><methodname>ibase_prepare</methodname>
- <methodparam
choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
+ <methodparam><type>string</type><parameter>query</parameter></methodparam>
+ </methodsynopsis>
+ <methodsynopsis>
+ <type>resource</type><methodname>ibase_prepare</methodname>
+
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+ <methodparam><type>string</type><parameter>query</parameter></methodparam>
+ </methodsynopsis>
+ <methodsynopsis>
+ <type>resource</type><methodname>ibase_prepare</methodname>
+
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+ <methodparam><type>string</type><parameter>trans</parameter></methodparam>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
<simpara>
http://cvs.php.net/diff.php/phpdoc/en/reference/image/functions/imagepsbbox.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/image/functions/imagepsbbox.xml
diff -u phpdoc/en/reference/image/functions/imagepsbbox.xml:1.5
phpdoc/en/reference/image/functions/imagepsbbox.xml:1.6
--- phpdoc/en/reference/image/functions/imagepsbbox.xml:1.5 Fri Nov 7 13:14:40
2003
+++ phpdoc/en/reference/image/functions/imagepsbbox.xml Wed Aug 18 11:39:25 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
<refentry id="function.imagepsbbox">
<refnamediv>
@@ -17,8 +17,8 @@
<methodparam><type>int</type><parameter>font</parameter></methodparam>
<methodparam><type>int</type><parameter>size</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>space</parameter></methodparam>
- <methodparam
choice="opt"><type>int</type><parameter>tightness</parameter></methodparam>
- <methodparam
choice="opt"><type>float</type><parameter>angle</parameter></methodparam>
+ <methodparam><type>int</type><parameter>tightness</parameter></methodparam>
+ <methodparam><type>float</type><parameter>angle</parameter></methodparam>
</methodsynopsis>
<para>
<parameter>size</parameter> is expressed in pixels.
http://cvs.php.net/diff.php/phpdoc/en/reference/mbstring/functions/mb-strimwidth.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/mbstring/functions/mb-strimwidth.xml
diff -u phpdoc/en/reference/mbstring/functions/mb-strimwidth.xml:1.3
phpdoc/en/reference/mbstring/functions/mb-strimwidth.xml:1.4
--- phpdoc/en/reference/mbstring/functions/mb-strimwidth.xml:1.3 Wed Jul 16
13:16:02 2003
+++ phpdoc/en/reference/mbstring/functions/mb-strimwidth.xml Wed Aug 18 11:39:26
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/mbstring.xml, last change in rev 1.1 -->
<refentry id="function.mb-strimwidth">
<refnamediv>
@@ -13,7 +13,7 @@
<methodparam><type>string</type><parameter>str</parameter></methodparam>
<methodparam><type>int</type><parameter>start</parameter></methodparam>
<methodparam><type>int</type><parameter>width</parameter></methodparam>
- <methodparam><type>string</type><parameter>trimmarker</parameter></methodparam>
+ <methodparam
choice="opt"><type>string</type><parameter>trimmarker</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/msql/functions/msql-fetch-field.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/msql/functions/msql-fetch-field.xml
diff -u phpdoc/en/reference/msql/functions/msql-fetch-field.xml:1.5
phpdoc/en/reference/msql/functions/msql-fetch-field.xml:1.6
--- phpdoc/en/reference/msql/functions/msql-fetch-field.xml:1.5 Tue Aug 3 13:25:32
2004
+++ phpdoc/en/reference/msql/functions/msql-fetch-field.xml Wed Aug 18 11:39:26
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/msql.xml, last change in rev 1.2 -->
<refentry id="function.msql-fetch-field">
<refnamediv>
@@ -11,7 +11,7 @@
<methodsynopsis>
<type>object</type><methodname>msql_fetch_field</methodname>
<methodparam><type>resource</type><parameter>query_identifier</parameter></methodparam>
- <methodparam><type>int</type><parameter>field_offset</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>field_offset</parameter></methodparam>
</methodsynopsis>
<para>
Returns an object containing field information
http://cvs.php.net/diff.php/phpdoc/en/reference/oracle/functions/ora-parse.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/oracle/functions/ora-parse.xml
diff -u phpdoc/en/reference/oracle/functions/ora-parse.xml:1.6
phpdoc/en/reference/oracle/functions/ora-parse.xml:1.7
--- phpdoc/en/reference/oracle/functions/ora-parse.xml:1.6 Tue Jul 29 15:14:56
2003
+++ phpdoc/en/reference/oracle/functions/ora-parse.xml Wed Aug 18 11:39:26 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 -->
<refentry id="function.ora-parse">
<refnamediv>
@@ -12,7 +12,7 @@
<type>bool</type><methodname>ora_parse</methodname>
<methodparam><type>resource</type><parameter>cursor</parameter></methodparam>
<methodparam><type>string</type><parameter>sql_statement</parameter></methodparam>
- <methodparam><type>int</type><parameter>defer</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>defer</parameter></methodparam>
</methodsynopsis>
<para>
This function parses an SQL statement or a PL/SQL block and
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-close.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-close.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-close.xml:1.6
phpdoc/en/reference/pgsql/functions/pg-close.xml:1.7
--- phpdoc/en/reference/pgsql/functions/pg-close.xml:1.6 Mon Dec 8 08:52:46
2003
+++ phpdoc/en/reference/pgsql/functions/pg-close.xml Wed Aug 18 11:39:26 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.82 -->
<refentry id="function.pg-close">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>pg_close</methodname>
-
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
+ <methodparam
choice="opt"><type>resource</type><parameter>connection</parameter></methodparam>
</methodsynopsis>
<para>
<function>pg_close</function> closes the non-persistent
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-lo-create.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-lo-create.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-lo-create.xml:1.4
phpdoc/en/reference/pgsql/functions/pg-lo-create.xml:1.5
--- phpdoc/en/reference/pgsql/functions/pg-lo-create.xml:1.4 Wed Jul 16 05:20:01
2003
+++ phpdoc/en/reference/pgsql/functions/pg-lo-create.xml Wed Aug 18 11:39:26
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
<refentry id="function.pg-lo-create">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>pg_lo_create</methodname>
-
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
+ <methodparam
choice="opt"><type>resource</type><parameter>connection</parameter></methodparam>
</methodsynopsis>
<para>
<function>pg_lo_create</function> creates a Large
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-put-line.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-put-line.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-put-line.xml:1.3
phpdoc/en/reference/pgsql/functions/pg-put-line.xml:1.4
--- phpdoc/en/reference/pgsql/functions/pg-put-line.xml:1.3 Wed Jul 16 05:20:01
2003
+++ phpdoc/en/reference/pgsql/functions/pg-put-line.xml Wed Aug 18 11:39:26 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.20 -->
<refentry id="function.pg-put-line">
<refnamediv>
@@ -10,7 +10,11 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>pg_put_line</methodname>
- <methodparam
choice="opt"><type>resource</type><parameter>connection</parameter></methodparam>
+ <methodparam><type>string</type><parameter>data</parameter></methodparam>
+ </methodsynopsis>
+ <methodsynopsis>
+ <type>bool</type><methodname>pg_put_line</methodname>
+
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-query.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-query.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-query.xml:1.6
phpdoc/en/reference/pgsql/functions/pg-query.xml:1.7
--- phpdoc/en/reference/pgsql/functions/pg-query.xml:1.6 Wed Jul 16 05:20:01
2003
+++ phpdoc/en/reference/pgsql/functions/pg-query.xml Wed Aug 18 11:39:26 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
<refentry id="function.pg-query">
<refnamediv>
@@ -8,6 +8,10 @@
</refnamediv>
<refsect1>
<title>Description</title>
+ <methodsynopsis>
+ <type>resource</type><methodname>pg_query</methodname>
+ <methodparam><type>string</type><parameter>query</parameter></methodparam>
+ </methodsynopsis>
<methodsynopsis>
<type>resource</type><methodname>pg_query</methodname>
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-set-client-encoding.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-set-client-encoding.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-set-client-encoding.xml:1.4
phpdoc/en/reference/pgsql/functions/pg-set-client-encoding.xml:1.5
--- phpdoc/en/reference/pgsql/functions/pg-set-client-encoding.xml:1.4 Wed Jul 16
05:20:01 2003
+++ phpdoc/en/reference/pgsql/functions/pg-set-client-encoding.xml Wed Aug 18
11:39:26 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.16 -->
<refentry id="function.pg-set-client-encoding">
<refnamediv>
@@ -12,7 +12,11 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>pg_set_client_encoding</methodname>
- <methodparam
choice="opt"><type>resource</type><parameter>connection</parameter></methodparam>
+ <methodparam><type>string</type><parameter>encoding</parameter></methodparam>
+ </methodsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>pg_set_client_encoding</methodname>
+
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
<methodparam><type>string</type><parameter>encoding</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/printer/functions/printer-draw-bmp.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/printer/functions/printer-draw-bmp.xml
diff -u phpdoc/en/reference/printer/functions/printer-draw-bmp.xml:1.4
phpdoc/en/reference/printer/functions/printer-draw-bmp.xml:1.5
--- phpdoc/en/reference/printer/functions/printer-draw-bmp.xml:1.4 Wed Jul 16
13:18:45 2003
+++ phpdoc/en/reference/printer/functions/printer-draw-bmp.xml Wed Aug 18 11:39:26
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/printer.xml, last change in rev 1.6 -->
<refentry id="function.printer-draw-bmp">
<refnamediv>
@@ -14,6 +14,8 @@
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam><type>int</type><parameter>x</parameter></methodparam>
<methodparam><type>int</type><parameter>y</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>width</parameter></methodparam>
+ <methodparam><type>int</type><parameter>height</parameter></methodparam>
</methodsynopsis>
<para>
The function simply draws an bmp the bitmap
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/levenshtein.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/strings/functions/levenshtein.xml
diff -u phpdoc/en/reference/strings/functions/levenshtein.xml:1.3
phpdoc/en/reference/strings/functions/levenshtein.xml:1.4
--- phpdoc/en/reference/strings/functions/levenshtein.xml:1.3 Fri Aug 6 12:23:17
2004
+++ phpdoc/en/reference/strings/functions/levenshtein.xml Wed Aug 18 11:39:26
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.12 -->
<refentry id="function.levenshtein">
<refnamediv>
@@ -14,13 +14,8 @@
<type>int</type><methodname>levenshtein</methodname>
<methodparam><type>string</type><parameter>str1</parameter></methodparam>
<methodparam><type>string</type><parameter>str2</parameter></methodparam>
- </methodsynopsis>
- <methodsynopsis>
- <type>int</type><methodname>levenshtein</methodname>
- <methodparam><type>string</type><parameter>str1</parameter></methodparam>
- <methodparam><type>string</type><parameter>str2</parameter></methodparam>
- <methodparam><type>int</type><parameter>cost_ins</parameter></methodparam>
- <methodparam><type>int</type><parameter>cost_rep</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>cost_ins</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>cost_rep</parameter></methodparam>
<methodparam><type>int</type><parameter>cost_del</parameter></methodparam>
</methodsynopsis>
<!-- Callback function not yet implemented, see bug #29552
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/number-format.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/strings/functions/number-format.xml
diff -u phpdoc/en/reference/strings/functions/number-format.xml:1.5
phpdoc/en/reference/strings/functions/number-format.xml:1.6
--- phpdoc/en/reference/strings/functions/number-format.xml:1.5 Mon Jun 16 06:44:57
2003
+++ phpdoc/en/reference/strings/functions/number-format.xml Wed Aug 18 11:39:26
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
<refentry id="function.number-format">
<refnamediv>
@@ -12,12 +12,7 @@
<type>string</type><methodname>number_format</methodname>
<methodparam><type>float</type><parameter>number</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>decimals</parameter></methodparam>
- </methodsynopsis>
- <methodsynopsis>
- <type>string</type><methodname>number_format</methodname>
- <methodparam><type>float</type><parameter>number</parameter></methodparam>
- <methodparam><type>int</type><parameter>decimals</parameter></methodparam>
- <methodparam><type>string</type><parameter>dec_point</parameter></methodparam>
+ <methodparam
choice="opt"><type>string</type><parameter>dec_point</parameter></methodparam>
<methodparam><type>string</type><parameter>thousands_sep</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/sybase/functions/sybase-query.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/sybase/functions/sybase-query.xml
diff -u phpdoc/en/reference/sybase/functions/sybase-query.xml:1.10
phpdoc/en/reference/sybase/functions/sybase-query.xml:1.11
--- phpdoc/en/reference/sybase/functions/sybase-query.xml:1.10 Sat Jul 12 12:25:58
2003
+++ phpdoc/en/reference/sybase/functions/sybase-query.xml Wed Aug 18 11:39:26
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 -->
<refentry id="function.sybase-query">
<refnamediv>
@@ -11,7 +11,7 @@
<methodsynopsis>
<type>resource</type><methodname>sybase_query</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
-
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+ <methodparam
choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
</methodsynopsis>
<para>
Returns a positive Sybase result identifier on success, or
http://cvs.php.net/diff.php/phpdoc/en/reference/uodbc/functions/odbc-fetch-into.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/uodbc/functions/odbc-fetch-into.xml
diff -u phpdoc/en/reference/uodbc/functions/odbc-fetch-into.xml:1.5
phpdoc/en/reference/uodbc/functions/odbc-fetch-into.xml:1.6
--- phpdoc/en/reference/uodbc/functions/odbc-fetch-into.xml:1.5 Tue Aug 3 11:51:10
2004
+++ phpdoc/en/reference/uodbc/functions/odbc-fetch-into.xml Wed Aug 18 11:39:26
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/uodbc.xml, last change in rev 1.34 -->
<refentry id="function.odbc-fetch-into">
<refnamediv>
@@ -9,16 +9,16 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>odbc_fetch_into</methodname>
+ <type>resource</type><methodname>odbc_fetch_into</methodname>
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
- <methodparam
choice="opt"><type>int</type><parameter>rownumber</parameter></methodparam>
<methodparam><type>array</type><parameter>&result_array</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>rownumber</parameter></methodparam>
</methodsynopsis>
<methodsynopsis>
- <type>resource</type><methodname>odbc_fetch_into</methodname>
+ <type>bool</type><methodname>odbc_fetch_into</methodname>
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
-
<methodparam><type>array</type><parameter>&result_array</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>rownumber</parameter></methodparam>
+
<methodparam><type>array</type><parameter>&result_array</parameter></methodparam>
</methodsynopsis>
<para>
Returns the number of columns in the result;