vrana Mon Jan 17 05:51:21 2005 EDT
Modified files:
/phpdoc/en/reference/maxdb/functions maxdb-field-count.xml
maxdb-field-seek.xml
maxdb-rpl-query-type.xml
maxdb-ssl-set.xml
maxdb-stmt-bind-param.xml
maxdb-stmt-bind-result.xml
maxdb-stmt-close-long-data.xml
/phpdoc/en/reference/soap/functions use-soap-error-handler.xml
Log:
Fix protos
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-field-count.xml?r1=1.1.1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-field-count.xml
diff -u phpdoc/en/reference/maxdb/functions/maxdb-field-count.xml:1.1.1.1
phpdoc/en/reference/maxdb/functions/maxdb-field-count.xml:1.2
--- phpdoc/en/reference/maxdb/functions/maxdb-field-count.xml:1.1.1.1 Wed Jan
12 13:52:56 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-field-count.xml Mon Jan 17
05:51:17 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1.1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.maxdb-field-count">
<refnamediv>
<refname>maxdb_field_count</refname>
@@ -10,7 +10,7 @@
<para>Procedural style:</para>
<methodsynopsis>
<type>int</type><methodname>maxdb_field_count</methodname>
- <methodparam><type>object</type><parameter>link</parameter></methodparam>
+
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
</methodsynopsis>
<para>
Returns the number of columns for the most recent query on the connection
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-field-seek.xml?r1=1.1.1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-field-seek.xml
diff -u phpdoc/en/reference/maxdb/functions/maxdb-field-seek.xml:1.1.1.1
phpdoc/en/reference/maxdb/functions/maxdb-field-seek.xml:1.2
--- phpdoc/en/reference/maxdb/functions/maxdb-field-seek.xml:1.1.1.1 Wed Jan
12 13:52:57 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-field-seek.xml Mon Jan 17
05:51:17 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1.1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.maxdb-field-seek">
<refnamediv>
<refname>maxdb_field_seek</refname>
@@ -12,7 +12,7 @@
<para>Procedural style:</para>
<methodsynopsis>
<type>int</type><methodname>maxdb_field_seek</methodname>
-
<methodparam><type>object</type><parameter>result</parameter></methodparam>
+
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
<methodparam><type>int</type><parameter>fieldnr</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-rpl-query-type.xml?r1=1.1.1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-rpl-query-type.xml
diff -u phpdoc/en/reference/maxdb/functions/maxdb-rpl-query-type.xml:1.1.1.1
phpdoc/en/reference/maxdb/functions/maxdb-rpl-query-type.xml:1.2
--- phpdoc/en/reference/maxdb/functions/maxdb-rpl-query-type.xml:1.1.1.1
Wed Jan 12 13:53:10 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-rpl-query-type.xml Mon Jan
17 05:51:17 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1.1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.maxdb-rpl-query-type">
<refnamediv>
<refname>maxdb_rpl_query_type</refname>
@@ -9,6 +9,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>maxdb_rpl_query_type</methodname>
+
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-ssl-set.xml?r1=1.1.1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-ssl-set.xml
diff -u phpdoc/en/reference/maxdb/functions/maxdb-ssl-set.xml:1.1.1.1
phpdoc/en/reference/maxdb/functions/maxdb-ssl-set.xml:1.2
--- phpdoc/en/reference/maxdb/functions/maxdb-ssl-set.xml:1.1.1.1 Wed Jan
12 13:53:12 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-ssl-set.xml Mon Jan 17
05:51:17 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1.1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.maxdb-ssl-set">
<refnamediv>
<refname>maxdb_ssl_set</refname>
@@ -11,11 +11,11 @@
<methodsynopsis>
<type>bool</type><methodname>maxdb_ssl_set</methodname>
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
- <methodparam
choice='opt'><type>string</type><parameter>key</parameter></methodparam>
- <methodparam
choice='opt'><type>string</type><parameter>cert</parameter></methodparam>
- <methodparam
choice='opt'><type>string</type><parameter>ca</parameter></methodparam>
- <methodparam
choice='opt'><type>string</type><parameter>capath</parameter></methodparam>
- <methodparam
choice='opt'><type>string</type><parameter>cipher</parameter></methodparam>
+ <methodparam><type>string</type><parameter>key</parameter></methodparam>
+ <methodparam><type>string</type><parameter>cert</parameter></methodparam>
+ <methodparam><type>string</type><parameter>ca</parameter></methodparam>
+
<methodparam><type>string</type><parameter>capath</parameter></methodparam>
+
<methodparam><type>string</type><parameter>cipher</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-param.xml?r1=1.1.1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-param.xml
diff -u phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-param.xml:1.1.1.1
phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-param.xml:1.2
--- phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-param.xml:1.1.1.1
Wed Jan 12 13:53:14 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-param.xml Mon Jan
17 05:51:17 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1.1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.maxdb-stmt-bind-param">
<refnamediv>
<refname>maxdb_stmt_bind_param</refname>
@@ -12,8 +12,8 @@
<type>bool</type><methodname>maxdb_stmt_bind_param</methodname>
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
<methodparam><type>string</type><parameter>types</parameter></methodparam>
-
<methodparam><type>mixed</type><parameter>&var1</parameter></methodparam>
- <methodparam
choice="opt"><type>mixed</type><parameter>&...</parameter></methodparam>
+ <methodparam><type>mixed</type><parameter
role="reference">var1</parameter></methodparam>
+ <methodparam choice="opt"><type>mixed</type><parameter
role="reference">...</parameter></methodparam>
</methodsynopsis>
<para>
<function>maxdb_stmt_bind_param</function> is used to bind variables for
the
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-result.xml?r1=1.1.1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-result.xml
diff -u phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-result.xml:1.1.1.1
phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-result.xml:1.2
--- phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-result.xml:1.1.1.1
Wed Jan 12 13:53:15 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-result.xml Mon Jan
17 05:51:17 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1.1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.maxdb-stmt-bind-result">
<refnamediv>
<refname>maxdb_stmt_bind_result</refname>
@@ -11,8 +11,8 @@
<methodsynopsis>
<type>bool</type><methodname>maxdb_stmt_bind_result</methodname>
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
-
<methodparam><type>mixed</type><parameter>&var1</parameter></methodparam>
- <methodparam
choice="opt"><type>mixed</type><parameter>&...</parameter></methodparam>
+ <methodparam><type>mixed</type><parameter
role="reference">var1</parameter></methodparam>
+ <methodparam choice="opt"><type>mixed</type><parameter
role="reference">...</parameter></methodparam>
</methodsynopsis>
<para>
<function>maxdb_stmt_bind_result</function> is used to associate (bind)
columns in the result
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-stmt-close-long-data.xml?r1=1.1.1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-stmt-close-long-data.xml
diff -u
phpdoc/en/reference/maxdb/functions/maxdb-stmt-close-long-data.xml:1.1.1.1
phpdoc/en/reference/maxdb/functions/maxdb-stmt-close-long-data.xml:1.2
--- phpdoc/en/reference/maxdb/functions/maxdb-stmt-close-long-data.xml:1.1.1.1
Wed Jan 12 13:53:15 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-stmt-close-long-data.xml Mon Jan
17 05:51:17 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1.1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.maxdb-stmt-close-long-data">
<refnamediv>
<refname>maxdb_stmt_close_long_data</refname>
@@ -9,7 +9,7 @@
<title>Description</title>
<para>Procedural style:</para>
<methodsynopsis>
- <type>bool</type><methodname>maxdb_stmt_send_long_data</methodname>
+ <type>bool</type><methodname>maxdb_stmt_close_long_data</methodname>
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
<methodparam><type>int</type><parameter>param_nr</parameter></methodparam>
</methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/use-soap-error-handler.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/soap/functions/use-soap-error-handler.xml
diff -u phpdoc/en/reference/soap/functions/use-soap-error-handler.xml:1.1
phpdoc/en/reference/soap/functions/use-soap-error-handler.xml:1.2
--- phpdoc/en/reference/soap/functions/use-soap-error-handler.xml:1.1 Sun Jan
9 22:02:33 2005
+++ phpdoc/en/reference/soap/functions/use-soap-error-handler.xml Mon Jan
17 05:51:20 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.use-soap-error-handler">
<refnamediv>
<refname>use_soap_error_handler()</refname>
@@ -9,7 +9,7 @@
&reftitle.description;
<methodsynopsis>
<void /><methodname>use_soap_error_handler</methodname>
- <methodparam><type>bool</type><parameter>handler</parameter></methodparam>
+ <methodparam
choice="opt"><type>bool</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>