mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
let's get rid of <parameter></parameter> Enrique :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159048 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2ff06c3f34
commit
d467fb3053
12 changed files with 24 additions and 24 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<refentry id="function.mysqli-character-set-name">
|
||||
<refnamediv>
|
||||
<refname>mysqli_character_set_name</refname>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<methodsynopsis>
|
||||
<type>string</type>
|
||||
<methodname>character_set_name</methodname>
|
||||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry id="function.mysqli-close">
|
||||
<refnamediv>
|
||||
<refname>mysqli_close</refname>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<methodsynopsis>
|
||||
<type>bool</type>
|
||||
<methodname>close</methodname>
|
||||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry id="function.mysqli-commit">
|
||||
<refnamediv>
|
||||
<refname>mysqli_commit</refname>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<methodsynopsis>
|
||||
<type>bool</type>
|
||||
<methodname>commit</methodname>
|
||||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-connect-errno">
|
||||
<refnamediv>
|
||||
<refname>mysqli_connect_errno</refname>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>mysqli_connect_errno</methodname>
|
||||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The <function>mysqli_connect_errno</function> function will return the last error code number
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-connect-error">
|
||||
<refnamediv>
|
||||
<refname>mysqli_connect_error</refname>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>mysqli_connect_error</methodname>
|
||||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The <function>mysqli_connect_error</function> function is identical to the corresponding
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.mysqli-embedded-connect">
|
||||
<refnamediv>
|
||||
<refname>mysqli_embedded_connect</refname>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>mysqli_embedded_connect</methodname>
|
||||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.experimental.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<refentry id="function.mysqli-fetch-assoc">
|
||||
<refnamediv>
|
||||
<refname>mysqli_fetch_assoc</refname>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<methodsynopsis>
|
||||
<type>array</type>
|
||||
<methodname>fetch_assoc</methodname>
|
||||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.mysqli-stmt-execute">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_execute</refname>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<methodsynopsis>
|
||||
<type>bool</type>
|
||||
<methodname>execute</methodname>
|
||||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.mysqli-stmt-fetch">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_fetch</refname>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<methodsynopsis>
|
||||
<type>mixed</type>
|
||||
<methodname>fetch</methodname>
|
||||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.mysqli-stmt-free-result">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_free_result</refname>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type>
|
||||
<methodname>free_result</methodname>
|
||||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.mysqli-stmt-result-metadata">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_result_metadata</refname>
|
||||
|
@ -18,7 +18,7 @@
|
|||
<methodsynopsis>
|
||||
<type>mixed</type>
|
||||
<methodname>result_metadata</methodname>
|
||||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-stmt-store-result">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_store_result</refname>
|
||||
|
@ -18,7 +18,7 @@
|
|||
<ooclass><classname>mysqli_stmt</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>store_result</methodname>
|
||||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue