vrana Fri Nov 19 06:09:56 2004 EDT
Modified files:
/phpdoc/en/reference/mysqli/functions
mysqli-disable-reads-from-master.xml
mysqli-rpl-query-type.xml
mysqli-send-query.xml
mysqli-ssl-set.xml
Log:
Fix protos
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-disable-reads-from-master.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-disable-reads-from-master.xml
diff -u
phpdoc/en/reference/mysqli/functions/mysqli-disable-reads-from-master.xml:1.6
phpdoc/en/reference/mysqli/functions/mysqli-disable-reads-from-master.xml:1.7
---
phpdoc/en/reference/mysqli/functions/mysqli-disable-reads-from-master.xml:1.6
Thu Aug 19 08:27:39 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-disable-reads-from-master.xml
Fri Nov 19 06:09:56 2004
@@ -1,16 +1,26 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.mysqli-disable-reads-from-master">
<refnamediv>
<refname>mysqli_disable_reads_from_master</refname>
+ <refname>mysqli->disable_reads_from_master</refname>
<refpurpose>Disable reads from master</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
+ <para>Procedural style:</para>
+ <methodsynopsis>
+ <type>void</type><methodname>mysqli_disable_reads_from_master</methodname>
+ <methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
+ </methodsynopsis>
+ <para>Object oriented style (method):</para>
+ <classsynopsis>
+ <ooclass><classname>mysqli</classname></ooclass>
<methodsynopsis>
-
<type>void</type><methodname>mysqli_disable_reads_from_master</methodname>
-
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
+ <type>void</type><methodname>disable_reads_from_master</methodname>
+ <void />
</methodsynopsis>
+ </classsynopsis>
&warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-rpl-query-type.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-rpl-query-type.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-rpl-query-type.xml:1.6
phpdoc/en/reference/mysqli/functions/mysqli-rpl-query-type.xml:1.7
--- phpdoc/en/reference/mysqli/functions/mysqli-rpl-query-type.xml:1.6 Thu Aug
19 08:27:39 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-rpl-query-type.xml Fri Nov
19 06:09:56 2004
@@ -1,16 +1,27 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.mysqli-rpl-query-type">
<refnamediv>
<refname>mysqli_rpl_query_type</refname>
+ <refname>mysqli->rpl_query_type</refname>
<refpurpose>Returns RPL query type</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
+ <para>Procedural style:</para>
+ <methodsynopsis>
+ <type>int</type><methodname>mysqli_rpl_query_type</methodname>
+ <methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
+ <methodparam><type>string</type><parameter>query</parameter></methodparam>
+ </methodsynopsis>
+ <para>Object oriented style (method)</para>
+ <classsynopsis>
+ <ooclass><classname>mysqli</classname></ooclass>
<methodsynopsis>
- <type>int</type><methodname>mysqli_rpl_query_type</methodname>
+ <type>int</type><methodname>rpl_query_type</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
+ </classsynopsis>
&warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-send-query.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-send-query.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-send-query.xml:1.4
phpdoc/en/reference/mysqli/functions/mysqli-send-query.xml:1.5
--- phpdoc/en/reference/mysqli/functions/mysqli-send-query.xml:1.4 Thu Aug
19 08:27:39 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-send-query.xml Fri Nov 19
06:09:56 2004
@@ -1,17 +1,27 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.mysqli-send-query">
<refnamediv>
<refname>mysqli_send_query</refname>
+ <refname>mysqli->send_query</refname>
<refpurpose>Send the query and return</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
+ <para>Procedural style:</para>
+ <methodsynopsis>
+ <type>bool</type><methodname>mysqli_send_query</methodname>
+ <methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
+ <methodparam><type>string</type><parameter>query</parameter></methodparam>
+ </methodsynopsis>
+ <para>Object oriented style (method)</para>
+ <classsynopsis>
+ <ooclass><classname>mysqli</classname></ooclass>
<methodsynopsis>
- <type>bool</type><methodname>mysqli_send_query</methodname>
-
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
+ <type>bool</type><methodname>send_query</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
+ </classsynopsis>
&warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-ssl-set.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-ssl-set.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-ssl-set.xml:1.6
phpdoc/en/reference/mysqli/functions/mysqli-ssl-set.xml:1.7
--- phpdoc/en/reference/mysqli/functions/mysqli-ssl-set.xml:1.6 Fri Nov 12
09:01:04 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-ssl-set.xml Fri Nov 19
06:09:56 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.mysqli-ssl-set">
<refnamediv>
<refname>mysqli_ssl_set</refname>
@@ -12,22 +12,22 @@
<methodsynopsis>
<type>bool</type><methodname>mysqli_ssl_set</methodname>
<methodparam><type>mysqli</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>
<para>Object oriented style (method):</para>
<classsynopsis>
<ooclass><classname>mysqli</classname></ooclass>
<methodsynopsis>
<type>bool</type><methodname>ssl_set</methodname>
- <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>
</classsynopsis>
<para>