Fix <methodname>s

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249687 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2008-01-02 15:22:51 +00:00
parent 4da17a4475
commit d2ed16b678
12 changed files with 24 additions and 24 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="mysqli-stmt.bind-param" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::bind_param</refname>
@ -11,7 +11,7 @@
&reftitle.description;
<para>Object oriented style (method):</para>
<methodsynopsis>
<type>bool</type><methodname>bind_param</methodname>
<type>bool</type><methodname>mysqli_stmt::bind_param</methodname>
<methodparam><type>string</type><parameter>types</parameter></methodparam>
<methodparam><type>mixed</type><parameter role="reference">var1</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter role="reference">...</parameter></methodparam>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="mysqli-stmt.bind-result" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::bind_result</refname>
@ -11,7 +11,7 @@
&reftitle.description;
<para>Object oriented style (method):</para>
<methodsynopsis>
<type>bool</type><methodname>bind_result</methodname>
<type>bool</type><methodname>mysqli_stmt::bind_result</methodname>
<methodparam><type>mixed</type><parameter role="reference">var1</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter role="reference">...</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="mysqli-stmt.close" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::close</refname>
@ -11,7 +11,7 @@
&reftitle.description;
<para>Object oriented style (method):</para>
<methodsynopsis>
<type>bool</type><methodname>close</methodname>
<type>bool</type><methodname>mysqli_stmt::close</methodname>
<void />
</methodsynopsis>
<para>Procedural style:</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="mysqli-stmt.data-seek" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::data_seek</refname>
@ -11,7 +11,7 @@
&reftitle.description;
<para>Object oriented style (method):</para>
<methodsynopsis>
<type>void</type><methodname>data_seek</methodname>
<type>void</type><methodname>mysqli_stmt::data_seek</methodname>
<methodparam><type>int</type><parameter>offset</parameter></methodparam>
</methodsynopsis>
<para>Procedural style:</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="mysqli-stmt.execute" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt->execute</refname>
@ -11,7 +11,7 @@
&reftitle.description;
<para>Object oriented style (method):</para>
<methodsynopsis>
<type>bool</type><methodname>execute</methodname>
<type>bool</type><methodname>mysqli_stmt::execute</methodname>
<void />
</methodsynopsis>
<para>Procedural style:</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="mysqli-stmt.fetch" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::fetch</refname>
@ -11,7 +11,7 @@
&reftitle.description;
<para>Object oriented style (method):</para>
<methodsynopsis>
<type>bool</type><methodname>fetch</methodname>
<type>bool</type><methodname>mysqli_stmt::fetch</methodname>
<void />
</methodsynopsis>
<para>Procedural style:</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="mysqli-stmt.free-result" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>stmt::free_result</refname>
@ -11,7 +11,7 @@
&reftitle.description;
<para>Object oriented style (method):</para>
<methodsynopsis>
<type>void</type><methodname>free_result</methodname>
<type>void</type><methodname>mysqli_stmt::free_result</methodname>
<void />
</methodsynopsis>
<para>Procedural style:</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="mysqli-stmt.prepare" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::prepare</refname>
@ -11,7 +11,7 @@
&reftitle.description;
<para>Object oriented style (method)</para>
<methodsynopsis>
<type>mixed</type><methodname>prepare</methodname>
<type>mixed</type><methodname>mysqli_stmt::prepare</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
<para>Procedure style:</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="mysqli-stmt.reset" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::reset</refname>
@ -11,7 +11,7 @@
&reftitle.description;
<para>Object oriented style (method):</para>
<methodsynopsis>
<type>bool</type><methodname>reset</methodname>
<type>bool</type><methodname>mysqli_stmt::reset</methodname>
<void />
</methodsynopsis>
<para>Procedural style:</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="mysqli-stmt.result-metadata" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::result_metadata</refname>
@ -11,7 +11,7 @@
&reftitle.description;
<para>Object oriented style (method):</para>
<methodsynopsis>
<type>mysqli_result</type><methodname>result_metadata</methodname>
<type>mysqli_result</type><methodname>mysqli_stmt::result_metadata</methodname>
<void />
</methodsynopsis>
<para>Procedural style:</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="mysqli-stmt.send-long-data" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::send_long_data</refname>
@ -11,7 +11,7 @@
&reftitle.description;
<para>Object oriented style (method)</para>
<methodsynopsis>
<type>bool</type><methodname>send_long_data</methodname>
<type>bool</type><methodname>mysqli_stmt::send_long_data</methodname>
<methodparam><type>int</type><parameter>param_nr</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry xml:id="mysqli-stmt.store-result" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli_stmt::store_result</refname>
@ -11,7 +11,7 @@
&reftitle.description;
<para>Object oriented style (method):</para>
<methodsynopsis>
<type>bool</type><methodname>store_result</methodname>
<type>bool</type><methodname>mysqli_stmt::store_result</methodname>
<void />
</methodsynopsis>
<para>Procedural style:</para>