mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
add more entities
#sorry for this big commit... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171734 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
740049319d
commit
412956f977
86 changed files with 448 additions and 552 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<refentry id="function.mysqli-affected-rows">
|
||||
<refnamediv>
|
||||
<refname>mysqli_affected_rows</refname>
|
||||
|
@ -36,7 +36,7 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return Values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
An integer greater than zero indicates the number of rows affected or retrieved.
|
||||
Zero indicates that no records where updated for an UPDATE statement, no rows matched
|
||||
|
@ -51,14 +51,14 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_num_rows</function>,
|
||||
<function>mysqli_num_rows</function>&listendand;
|
||||
<function>mysqli_info</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -142,9 +142,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Affected rows (INSERT): 984
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<refentry id="function.mysqli-autocommit">
|
||||
<refnamediv>
|
||||
<refname>mysqli_autocommit</refname>
|
||||
<refname> mysqli->auto_commit</refname>
|
||||
<refname>mysqli->auto_commit</refname>
|
||||
<refpurpose>Turns on or off auto-commiting database modifications</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
|
@ -40,20 +40,20 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_commit</function>,
|
||||
<function>mysqli_commit</function>&listendand;
|
||||
<function>mysqli_rollback</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -108,9 +108,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Autocommit is 1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry id="function.mysqli-bind-param">
|
||||
<refnamediv>
|
||||
<refname>mysqli_bind_param</refname>
|
||||
|
@ -19,9 +19,9 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_stmt_bind_param</function>
|
||||
<function>mysqli_stmt_bind_param</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.mysqli-bind-result">
|
||||
<refnamediv>
|
||||
<refname>mysqli_bind_result</refname>
|
||||
|
@ -19,9 +19,9 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_stmt_bind_result</function>
|
||||
<function>mysqli_stmt_bind_result</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<refentry id="function.mysqli-change-user">
|
||||
<refnamediv>
|
||||
<refname>mysqli_change_user</refname>
|
||||
|
@ -53,20 +53,20 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return Values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also:</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_connect</function>
|
||||
<function>mysqli_select_db</function>
|
||||
<function>mysqli_connect</function>&listendand;
|
||||
<function>mysqli_select_db</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -148,9 +148,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Default database: world
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<refentry id="function.mysqli-character-set-name">
|
||||
<refnamediv>
|
||||
<refname>mysqli_character_set_name</refname>
|
||||
|
@ -28,18 +28,18 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>The default character set for the current connection</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_client_encoding</function>.
|
||||
<function>mysqli_client_encoding</function>&listendand;
|
||||
<function>mysqli_real_escape_string</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -87,9 +87,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would be produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Current character set is latin1_swedish_ci
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.mysqli-client-encoding">
|
||||
<refnamediv>
|
||||
<refname>mysqli_client_encoding</refname>
|
||||
|
@ -14,9 +14,9 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_client_encoding</function>.
|
||||
<function>mysqli_client_encoding</function>&listendand;
|
||||
<function>mysqli_real_escape_string</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry id="function.mysqli-close">
|
||||
<refnamediv>
|
||||
<refname>mysqli_close</refname>
|
||||
|
@ -28,16 +28,16 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_connect</function>,
|
||||
<function>mysqli_init</function>,
|
||||
<function>mysqli_init</function>&listendand;
|
||||
<function>mysqli_real_connect</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry id="function.mysqli-commit">
|
||||
<refnamediv>
|
||||
<refname>mysqli_commit</refname>
|
||||
|
@ -28,20 +28,20 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_autocommit</function>,
|
||||
<function>mysqli_autocommit</function>&listendand;
|
||||
<function>mysqli_rollback</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Examples</title>
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.mysqli-connect-errno">
|
||||
<refnamediv>
|
||||
<refname>mysqli_connect_errno</refname>
|
||||
|
@ -26,24 +26,24 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
An error code value for the last call to <function>mysqli_connect</function>, if it failed.
|
||||
zero means no error occurred.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_connect</function>,
|
||||
<function>mysqli_connect_error</function>,
|
||||
<function>mysqli_errno</function>,
|
||||
<function>mysqli_error</function>,
|
||||
<function>mysqli_sqlstate</function>
|
||||
<function>mysqli_error</function>&listendand;
|
||||
<function>mysqli_sqlstate</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>mysqli_connect_errno sample</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.mysqli-connect-error">
|
||||
<refnamediv>
|
||||
<refname>mysqli_connect_error</refname>
|
||||
|
@ -21,23 +21,23 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
A string that describes the error. An empty string if no error occurred.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_connect</function>,
|
||||
<function>mysqli_connect_errno</function>,
|
||||
<function>mysqli_errno</function>,
|
||||
<function>mysqli_error</function>,
|
||||
<function>mysqli_sqlstate</function>
|
||||
<function>mysqli_error</function>&listendand;
|
||||
<function>mysqli_sqlstate</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>mysqli_connect_error sample</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<refentry id="function.mysqli-connect">
|
||||
<refnamediv>
|
||||
<refname>mysqli_connect</refname>
|
||||
|
@ -65,14 +65,14 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns a object which represents the connection to a MySQL Server or
|
||||
&false; if the connection failed.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -115,9 +115,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Host information: Localhost via UNIX socket
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<refentry id="function.mysqli-data-seek">
|
||||
<refnamediv>
|
||||
<refname>mysqli_data_seek</refname>
|
||||
|
@ -50,12 +50,12 @@
|
|||
<function>mysqli_fetch_array</function>,
|
||||
<function>mysqli_fetch_assoc</function>,
|
||||
<function>mysqli_fetch_object</function>,
|
||||
<function>mysqli_query</function>,
|
||||
<function>mysqli_query</function>&listendand;
|
||||
<function>mysqli_num_rows</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -127,9 +127,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
City: Benin City Countrycode: NGA
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry id="function.mysqli-debug">
|
||||
<refnamediv>
|
||||
<refname>mysqli_debug</refname>
|
||||
|
@ -24,18 +24,18 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para><function>mysqli_debug</function> doesn't return any value.</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_dump_debug_info</function>,
|
||||
<function>mysqli_report</function>
|
||||
<function>mysqli_dump_debug_info</function>&listendand;
|
||||
<function>mysqli_report</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>Generating a Trace File</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry id="function.mysqli-dump-debug-info">
|
||||
<refnamediv>
|
||||
<refname>mysqli_dump_debug_info</refname>
|
||||
|
@ -19,13 +19,13 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_debug</function>.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<refentry id="function.mysqli-errno">
|
||||
<refnamediv>
|
||||
<refname>mysqli_errno</refname>
|
||||
|
@ -34,22 +34,22 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
An error code value for the last call, if it failed. zero means no error occurred.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_connect_errno</function>,
|
||||
<function>mysqli_connect_error</function>,
|
||||
<function>mysqli_error</function>,
|
||||
<function>mysqli_sqlstate</function>
|
||||
<function>mysqli_error</function>&listendand;
|
||||
<function>mysqli_sqlstate</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -96,9 +96,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Errorcode: 1193
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<refentry id="function.mysqli-error">
|
||||
<refnamediv>
|
||||
<refname>mysqli_error</refname>
|
||||
|
@ -27,22 +27,22 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
A string that describes the error. An empty string if no error occurred.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_connect_errno</function>,
|
||||
<function>mysqli_connect_error</function>,
|
||||
<function>mysqli_errno</function>,
|
||||
<function>mysqli_sqlstate</function>
|
||||
<function>mysqli_errno</function>&listendand;
|
||||
<function>mysqli_sqlstate</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -89,9 +89,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Errormessage: Unknown system variable 'a'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<refentry id="function.mysqli-execute">
|
||||
<refnamediv>
|
||||
<refname>mysqli_execute</refname>
|
||||
|
@ -19,9 +19,9 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_stmt_execute</function>
|
||||
<function>mysqli_stmt_execute</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<refentry id="function.mysqli-fetch-array">
|
||||
<refnamediv>
|
||||
<refname>mysqli_fetch_array</refname>
|
||||
|
@ -65,12 +65,12 @@
|
|||
<function>mysqli_fetch_assoc</function>,
|
||||
<function>mysqli_fetch_row</function>,
|
||||
<function>mysqli_fetch_object</function>,
|
||||
<function>mysqli_query</function>,
|
||||
<function>mysqli_query</function>&listendand;
|
||||
<function>mysqli_data_seek</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -145,9 +145,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Kabul (AFG)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<refentry id="function.mysqli-fetch-assoc">
|
||||
<refnamediv>
|
||||
<refname>mysqli_fetch_assoc</refname>
|
||||
|
@ -54,12 +54,12 @@
|
|||
<function>mysqli_fetch_array</function>,
|
||||
<function>mysqli_fetch_row</function>,
|
||||
<function>mysqli_fetch_object</function>,
|
||||
<function>mysqli_query</function>,
|
||||
<function>mysqli_query</function>&listendand;
|
||||
<function>mysqli_data_seek</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -124,9 +124,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Pueblo (USA)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry id="function.mysqli-fetch-field-direct">
|
||||
<refnamediv>
|
||||
<refname>mysqli_fetch_field_direct</refname>
|
||||
|
@ -32,7 +32,7 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns an object which contains field definition informations or &false; if no field information
|
||||
for specified <literal>fieldnr</literal> is available.
|
||||
|
@ -90,15 +90,15 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_num_fields</function>
|
||||
<function>mysqli_fetch_field</function>
|
||||
<function>mysqli_fetch_fields</function>
|
||||
<function>mysqli_num_fields</function>,
|
||||
<function>mysqli_fetch_field</function>&listendand;
|
||||
<function>mysqli_fetch_fields</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -169,9 +169,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Name: SurfaceArea
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<refentry id="function.mysqli-fetch-field">
|
||||
<refnamediv>
|
||||
<refname>mysqli_fetch_field</refname>
|
||||
|
@ -30,7 +30,7 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns an object which contains field definition informations or &false; if no field information
|
||||
is available.
|
||||
|
@ -88,16 +88,16 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_num_fields</function>
|
||||
<function>mysqli_fetch_field_direct</function>
|
||||
<function>mysqli_fetch_fields</function>
|
||||
<function>mysqli_field_seek</function>
|
||||
<function>mysqli_num_fields</function>,
|
||||
<function>mysqli_fetch_field_direct</function>,
|
||||
<function>mysqli_fetch_fields</function>&listendand;
|
||||
<function>mysqli_field_seek</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -168,9 +168,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Name: Name
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<refentry id="function.mysqli-fetch-fields">
|
||||
<refnamediv>
|
||||
<refname>mysqli_fetch_fields</refname>
|
||||
|
@ -29,7 +29,7 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns an array of objects which contains field definition informations or &false; if no field information
|
||||
is available.
|
||||
|
@ -87,15 +87,15 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_num_fields</function>
|
||||
<function>mysqli_fetch_field</function>
|
||||
<function>mysqli_fetch_field_direct</function>
|
||||
<function>mysqli_num_fields</function>,
|
||||
<function>mysqli_fetch_field</function>&listendand;
|
||||
<function>mysqli_fetch_field_direct</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -168,9 +168,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Name: Name
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<refentry id="function.mysqli-fetch-lengths">
|
||||
<refnamediv>
|
||||
<refname>mysqli_fetch_lengths</refname>
|
||||
|
@ -26,7 +26,7 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
An array of integers representing the size of each column (not including
|
||||
any terminating null characters). &false; if an error occurred.
|
||||
|
@ -38,7 +38,7 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -104,9 +104,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Field 1 has Length 3
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<refentry id="function.mysqli-fetch-object">
|
||||
<refnamediv>
|
||||
<refname>mysqli_fetch_object</refname>
|
||||
|
@ -42,12 +42,12 @@
|
|||
<function>mysqli_fetch_array</function>,
|
||||
<function>mysqli_fetch_assoc</function>,
|
||||
<function>mysqli_fetch_row</function>,
|
||||
<function>mysqli_query</function>,
|
||||
<function>mysqli_query</function>&listendand;
|
||||
<function>mysqli_data_seek</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -112,9 +112,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Pueblo (USA)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<refentry id="function.mysqli-fetch-row">
|
||||
<refnamediv>
|
||||
<refname>mysqli_fetch_row</refname>
|
||||
|
@ -47,12 +47,12 @@
|
|||
<function>mysqli_fetch_array</function>,
|
||||
<function>mysqli_fetch_assoc</function>,
|
||||
<function>mysqli_fetch_object</function>,
|
||||
<function>mysqli_query</function>,
|
||||
<function>mysqli_query</function>&listendand;
|
||||
<function>mysqli_data_seek</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -117,9 +117,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Pueblo (USA)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry id="function.mysqli-fetch">
|
||||
<refnamediv>
|
||||
<refname>mysqli_fetch</refname>
|
||||
|
@ -19,9 +19,9 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_stmt_fetch</function>
|
||||
<function>mysqli_stmt_fetch</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry id="function.mysqli-field-count">
|
||||
<refnamediv>
|
||||
<refname>mysqli_field_count</refname>
|
||||
|
@ -31,11 +31,11 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>An integer representing the number of fields in a result set</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-field-seek">
|
||||
<refnamediv>
|
||||
<refname>mysqli_field_seek</refname>
|
||||
|
@ -34,19 +34,19 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<function>mysqli_field_seek</function> returns previuos value of field cursor.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_fetch_field</function>
|
||||
<function>mysqli_fetch_field</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -119,9 +119,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Name: SurfaceArea
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-field-tell">
|
||||
<refnamediv>
|
||||
<refname>mysqli_field_tell</refname>
|
||||
|
@ -38,12 +38,12 @@
|
|||
<refsect1>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_fetch_field</function>,
|
||||
<function>mysqli_field_seek</function>
|
||||
<function>mysqli_fetch_field</function>&listendand;
|
||||
<function>mysqli_field_seek</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -122,9 +122,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Column 1:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-free-result">
|
||||
<refnamediv>
|
||||
<refname>mysqli_free_result</refname>
|
||||
|
@ -47,7 +47,7 @@
|
|||
<para>
|
||||
<function>mysqli_query</function>,
|
||||
<function>mysqli_stmt_store_result</function>,
|
||||
<function>mysqli_store_result</function>,
|
||||
<function>mysqli_store_result</function>&listendand;
|
||||
<function>mysqli_use_result</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.mysqli-get-client-info">
|
||||
<refnamediv>
|
||||
<refname>mysqli_get_client_info</refname>
|
||||
|
@ -24,15 +24,15 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_get_client_version</function>,
|
||||
<function>mysqli_get_server_info</function>,
|
||||
<function>mysqli_get_server_version</function>
|
||||
<function>mysqli_get_server_info</function>&listendand;
|
||||
<function>mysqli_get_server_version</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>mysqli_get_client_info</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.mysqli-get-client-version">
|
||||
<refnamediv>
|
||||
<refname>mysqli_get_client_version</refname>
|
||||
|
@ -16,7 +16,7 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
A number that represents the MySQL client library version in format:
|
||||
<literal>main_version*10000 + minor_version *100 + sub_version</literal>.
|
||||
|
@ -28,15 +28,15 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_get_client_info</function>,
|
||||
<function>mysqli_get_server_info</function>,
|
||||
<function>mysqli_get_server_version</function>
|
||||
<function>mysqli_get_server_info</function>&listendand;
|
||||
<function>mysqli_get_server_version</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>mysqli_get_client_version</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.mysqli-get-host-info">
|
||||
<refnamediv>
|
||||
<refname>mysqli_get_host_info</refname>
|
||||
|
@ -31,13 +31,13 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_get_proto_info</function>
|
||||
<function>mysqli_get_proto_info</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -82,9 +82,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Host info: Localhost via UNIX socket
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.mysqli-get-metadata">
|
||||
<refnamediv>
|
||||
<refname>mysqli_get_metadata</refname>
|
||||
|
@ -19,9 +19,9 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_stmt_result_metadata</function>
|
||||
<function>mysqli_stmt_result_metadata</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.mysqli-get-proto-info">
|
||||
<refnamediv>
|
||||
<refname>mysqli_get_proto_info</refname>
|
||||
|
@ -30,13 +30,13 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_get_host_info</function>
|
||||
<function>mysqli_get_host_info</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -81,9 +81,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Protocol version: 10
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-get-server-info">
|
||||
<refnamediv>
|
||||
<refname>mysqli_get_server_info</refname>
|
||||
|
@ -31,15 +31,15 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_get_client_info</function>,
|
||||
<function>mysqli_get_client_version</function>,
|
||||
<function>mysqli_get_server_version</function>
|
||||
<function>mysqli_get_client_version</function>&listendand;
|
||||
<function>mysqli_get_server_version</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -84,9 +84,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Server version: 4.1.2-alpha-debug
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-get-server-version">
|
||||
<refnamediv>
|
||||
<refname>mysqli_get_server_version</refname>
|
||||
|
@ -35,15 +35,15 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_get_client_info</function>,
|
||||
<function>mysqli_get_client_version</function>,
|
||||
<function>mysqli_get_server_info</function>
|
||||
<function>mysqli_get_client_version</function>&listendand;
|
||||
<function>mysqli_get_server_info</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -88,9 +88,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Server version: 40102
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.mysqli-info">
|
||||
<refnamediv>
|
||||
<refname>mysqli_info</refname>
|
||||
|
@ -75,12 +75,12 @@
|
|||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_affected_rows</function>,
|
||||
<function>mysqli_warning_count</function>,
|
||||
<function>mysqli_num_rows</function>
|
||||
<function>mysqli_warning_count</function>&listendand;
|
||||
<function>mysqli_num_rows</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -131,9 +131,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Records: 150 Duplicates: 0 Warnings: 0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.mysqli-init">
|
||||
<refnamediv>
|
||||
<refname>mysqli_init</refname>
|
||||
|
@ -35,8 +35,8 @@
|
|||
<para>
|
||||
<function>mysqli_options</function>,
|
||||
<function>mysqli_close</function>,
|
||||
<function>mysqli_real_connect</function>,
|
||||
<function>mysqli_connect</function>
|
||||
<function>mysqli_real_connect</function>&listendand;
|
||||
<function>mysqli_connect</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-insert-id">
|
||||
<refnamediv>
|
||||
<refname>mysqli_insert_id</refname>
|
||||
|
@ -49,7 +49,7 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -108,9 +108,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
New Record has id 1.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.mysqli-kill">
|
||||
<refnamediv>
|
||||
<refname>mysqli_kill</refname>
|
||||
|
@ -42,11 +42,11 @@
|
|||
<refsect1>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_thread_id</function>
|
||||
<function>mysqli_thread_id</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -109,9 +109,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Error: MySQL server has gone away
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.mysqli-more-results">
|
||||
<refnamediv>
|
||||
<refname>mysqli_more_results</refname>
|
||||
|
@ -18,20 +18,20 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>&return.success;</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_multi_query</function>,
|
||||
<function>mysqli_next_result</function>,
|
||||
<function>mysqli_store_result</function>,
|
||||
<function>mysqli_use_result</function>
|
||||
<function>mysqli_store_result</function>&listendand;
|
||||
<function>mysqli_use_result</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<para>See <function>mysqli_multi_query</function>.</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.mysqli-multi-query">
|
||||
<refnamediv>
|
||||
<refname>mysqli_multi_query</refname>
|
||||
|
@ -35,22 +35,22 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_use_result</function>,
|
||||
<function>mysqli_store_result</function>,
|
||||
<function>mysqli_next_result</function>,
|
||||
<function>mysqli_more_results</function>
|
||||
<function>mysqli_next_result</function>&listendand;
|
||||
<function>mysqli_more_results</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -129,9 +129,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
my_user@localhost
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.mysqli-next-result">
|
||||
<refnamediv>
|
||||
<refname>mysqli_next_result</refname>
|
||||
|
@ -20,20 +20,20 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>&return.success;</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_multi_query</function>,
|
||||
<function>mysqli_more_results</function>,
|
||||
<function>mysqli_store_result</function>,
|
||||
<function>mysqli_use_result</function>
|
||||
<function>mysqli_store_result</function>&listendand;
|
||||
<function>mysqli_use_result</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
See <function>mysqli_multi_query</function>.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.mysqli-num-fields">
|
||||
<refnamediv>
|
||||
<refname>mysqli_num_fields</refname>
|
||||
|
@ -31,11 +31,11 @@
|
|||
<refsect1>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_fetch_field</function>
|
||||
<function>mysqli_fetch_field</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -96,9 +96,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Result set has 5 fields.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-num-rows">
|
||||
<refnamediv>
|
||||
<refname>mysqli_num_rows</refname>
|
||||
|
@ -45,14 +45,14 @@
|
|||
<refsect1>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_affected_rows</function>
|
||||
<function>mysqli_store_result</function>
|
||||
<function>mysqli_use_result</function>
|
||||
<function>mysqli_query</function>
|
||||
<function>mysqli_affected_rows</function>,
|
||||
<function>mysqli_store_result</function>,
|
||||
<function>mysqli_use_result</function>&listendand;
|
||||
<function>mysqli_query</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -113,9 +113,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Result set has 239 rows.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.mysqli-options">
|
||||
<refnamediv>
|
||||
<refname>mysqli_options</refname>
|
||||
|
@ -87,12 +87,12 @@
|
|||
<refsect1>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_init</function>,
|
||||
<function>mysqli_real_connect</function>
|
||||
<function>mysqli_init</function>&listendand;
|
||||
<function>mysqli_real_connect</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<para>See <function>mysqli_real_connect</function>.</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.mysqli-param-count">
|
||||
<refnamediv>
|
||||
<refname>mysqli_param_count</refname>
|
||||
|
@ -19,9 +19,9 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_stmt_param_count</function>
|
||||
<function>mysqli_stmt_param_count</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.mysqli-ping">
|
||||
<refnamediv>
|
||||
<refname>mysqli_ping</refname>
|
||||
|
@ -35,11 +35,11 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>&return.success;</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -92,9 +92,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Our connection is ok!
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-prepare">
|
||||
<refnamediv>
|
||||
<refname>mysqli_prepare</refname>
|
||||
|
@ -76,12 +76,12 @@
|
|||
<function>mysqli_stmt_execute</function>,
|
||||
<function>mysqli_stmt_fetch</function>,
|
||||
<function>mysqli_stmt_bind_param</function>,
|
||||
<function>mysqli_stmt_bind_result</function>,
|
||||
<function>mysqli_stmt_close</function>
|
||||
<function>mysqli_stmt_bind_result</function>&listendand;
|
||||
<function>mysqli_stmt_close</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -166,9 +166,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Amersfoort is in district Utrecht
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.mysqli-query">
|
||||
<refnamediv>
|
||||
<refname>mysqli_query</refname>
|
||||
|
@ -48,7 +48,7 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success; For <literal>SELECT, SHOW, DESCRIBE</literal> or
|
||||
<literal>EXPLAIN</literal> <function>mysqli_query</function> will return
|
||||
|
@ -56,15 +56,15 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_real_query</function>,
|
||||
<function>mysqli_multi_query</function>,
|
||||
<function>mysqli_free_result</function>
|
||||
<function>mysqli_multi_query</function>&listendand;
|
||||
<function>mysqli_free_result</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -151,9 +151,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Table myCity successfully created.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry id="function.mysqli-real-connect">
|
||||
<refnamediv>
|
||||
<refname>mysqli_real_connect</refname>
|
||||
|
@ -115,12 +115,12 @@
|
|||
<function>mysqli_connect</function>,
|
||||
<function>mysqli_init</function>,
|
||||
<function>mysqli_options</function>,
|
||||
<function>mysqli_ssl_set</function>,
|
||||
<function>mysqli_ssl_set</function>&listendand;
|
||||
<function>mysqli_close</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -179,9 +179,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Connection: Localhost via UNIX socket
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.mysqli-real-escape-string">
|
||||
<refnamediv>
|
||||
<refname>mysqli_real_escape_string</refname>
|
||||
|
@ -36,19 +36,19 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns an escaped string.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_character_set_name</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -117,9 +117,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Error: 42000
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-real-query">
|
||||
<refnamediv>
|
||||
<refname>mysqli_real_query</refname>
|
||||
|
@ -38,17 +38,17 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_query</function>
|
||||
<function>mysqli_store_result</function>
|
||||
<function>mysqli_use_result</function>
|
||||
<function>mysqli_query</function>,
|
||||
<function>mysqli_store_result</function>&listendand;
|
||||
<function>mysqli_use_result</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-report">
|
||||
<refnamediv>
|
||||
<refname>mysqli_report</refname>
|
||||
|
@ -48,18 +48,18 @@
|
|||
</table>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>&return.success;</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_debug</function>,
|
||||
<function>mysqli_dump_debug_info</function>
|
||||
<function>mysqli_debug</function>&listendand;
|
||||
<function>mysqli_dump_debug_info</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.mysqli-rollback">
|
||||
<refnamediv>
|
||||
<refname>mysqli_rollback</refname>
|
||||
|
@ -26,20 +26,20 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_commit</function>
|
||||
<function>mysqli_autocommit</function>
|
||||
<function>mysqli_commit</function>&listendand;
|
||||
<function>mysqli_autocommit</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -142,9 +142,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
0 rows in table myCity.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.mysqli-select-db">
|
||||
<refnamediv>
|
||||
<refname>mysqli_select_db</refname>
|
||||
|
@ -27,20 +27,20 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_connect</function>
|
||||
<function>mysqli_real_connect</function>
|
||||
<function>mysqli_connect</function>&listendand;
|
||||
<function>mysqli_real_connect</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -111,9 +111,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Default database is test.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-send-long-data">
|
||||
<refnamediv>
|
||||
<refname>mysqli_send_long_data</refname>
|
||||
|
@ -19,9 +19,9 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_stmt_send_long_data</function>
|
||||
<function>mysqli_stmt_send_long_data</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.mysqli-sqlstate">
|
||||
<refnamediv>
|
||||
<refname>mysqli_sqlstate</refname>
|
||||
|
@ -32,21 +32,21 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns a string containing the SQLSTATE error code for the last error.
|
||||
The error code consists of five characters. <literal>'00000'</literal> means no error.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_errno</function>,
|
||||
<function>mysqli_error</function>
|
||||
<function>mysqli_errno</function>&listendand;
|
||||
<function>mysqli_error</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -93,9 +93,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Error - SQLSTATE 42S01.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.mysqli-ssl-set">
|
||||
<refnamediv>
|
||||
<refname>mysqli_ssl_set</refname>
|
||||
|
@ -48,7 +48,7 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
This function always returns &true; value. If SSL setup is
|
||||
incorrect <function>mysqli_real_connect</function> will return an error
|
||||
|
@ -56,10 +56,10 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_options</function>,
|
||||
<function>mysqli_real_connect</function>
|
||||
<function>mysqli_options</function>&listendand;
|
||||
<function>mysqli_real_connect</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-stat">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stat</refname>
|
||||
|
@ -29,19 +29,19 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
A string describing the server status. &false; if an error occurred.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_get_server_info</function>
|
||||
<function>mysqli_get_server_info</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -82,9 +82,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
System status: Uptime: 272 Threads: 1 Questions: 5340 Slow queries: 0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.mysqli-stmt-affected-rows">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_affected_rows</refname>
|
||||
|
@ -31,7 +31,7 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return Values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
An integer greater than zero indicates the number of rows affected or retrieved.
|
||||
Zero indicates that no records where updated for an UPDATE/DELETE statement, no
|
||||
|
@ -46,14 +46,14 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_stmt_num_rows</function>,
|
||||
<function>mysqli_prepare</function>
|
||||
<function>mysqli_stmt_num_rows</function>&listendand;
|
||||
<function>mysqli_prepare</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -134,9 +134,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
rows inserted: 17
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-stmt-bind-param">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_bind_param</refname>
|
||||
|
@ -77,25 +77,25 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_stmt_bind_result</function>,
|
||||
<function>mysqli_stmt_execute</function>,
|
||||
<function>mysqli_stmt_fetch</function>,
|
||||
<function>mysqli_prepare</function>,
|
||||
<function>mysqli_stmt_send_long_data</function>,
|
||||
<function>mysqli_stmt_errno</function>,
|
||||
<function>mysqli_stmt_error</function>
|
||||
<function>mysqli_stmt_errno</function>&listendand;
|
||||
<function>mysqli_stmt_error</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -174,9 +174,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
1 Row inserted.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.mysqli-stmt-bind-result">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_bind_result</refname>
|
||||
|
@ -43,13 +43,13 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_stmt_bind_param</function>,
|
||||
<function>mysqli_stmt_execute</function>,
|
||||
|
@ -57,12 +57,12 @@
|
|||
<function>mysqli_prepare</function>,
|
||||
<function>mysqli_stmt_prepare</function>,
|
||||
<function>mysqli_stmt_init</function>,
|
||||
<function>mysqli_stmt_errno</function>,
|
||||
<function>mysqli_stmt_error</function>
|
||||
<function>mysqli_stmt_errno</function>&listendand;
|
||||
<function>mysqli_stmt_error</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -132,9 +132,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
AFG Afghanistan
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.mysqli-stmt-close">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_close</refname>
|
||||
|
@ -29,13 +29,13 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>&return.success;</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_prepare</function>,
|
||||
<function>mysqli_prepare</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.mysqli-stmt-data-seek">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_data_seek</refname>
|
||||
|
@ -31,19 +31,19 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_prepare</function>
|
||||
<function>mysqli_prepare</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -132,9 +132,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
City: Benin City Countrycode: NGA
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-stmt-errno">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_errno</refname>
|
||||
|
@ -32,20 +32,20 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
An error code value. Zero means no error occurred.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_stmt_error</function>,
|
||||
<function>mysqli_stmt_sqlstate</function>
|
||||
<function>mysqli_stmt_error</function>&listendand;
|
||||
<function>mysqli_stmt_sqlstate</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -124,9 +124,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Error: 1146.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.mysqli-stmt-error">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_error</refname>
|
||||
|
@ -25,20 +25,20 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
A string that describes the error. An empty string if no error occurred.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_stmt_errno</function>,
|
||||
<function>mysqli_stmt_sqlstate</function>
|
||||
<function>mysqli_stmt_errno</function>&listendand;
|
||||
<function>mysqli_stmt_sqlstate</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -117,9 +117,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Error: Table 'world.myCountry' doesn't exist.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.mysqli-stmt-execute">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_execute</refname>
|
||||
|
@ -41,18 +41,20 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
<para>&return.success;</para>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_prepare</function>
|
||||
<function>mysqli_prepare</function>&listendand;
|
||||
<function>mysqli_stmt_bind_param</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -167,9 +169,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Stuttgart (DEU,Baden-Wuerttemberg)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.mysqli-stmt-fetch">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_fetch</refname>
|
||||
|
@ -34,9 +34,9 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<table>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<tgroup cols='2'>
|
||||
<thead>
|
||||
<row>
|
||||
|
@ -62,16 +62,16 @@
|
|||
</table>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_prepare</function>,
|
||||
<function>mysqli_stmt_errno</function>,
|
||||
<function>mysqli_stmt_error</function>,
|
||||
<function>mysqli_stmt_bind_result</function>
|
||||
<function>mysqli_stmt_error</function>&listendand;
|
||||
<function>mysqli_stmt_bind_result</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -148,9 +148,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Rockford (USA)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.mysqli-stmt-free-result">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_free_result</refname>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<refsect1>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_stmt_store_result</function>
|
||||
<function>mysqli_stmt_store_result</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.mysqli-stmt-init">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_init</refname>
|
||||
|
@ -44,7 +44,7 @@
|
|||
<refsect1>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_stmt_prepare</function>
|
||||
<function>mysqli_stmt_prepare</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-stmt-num-rows">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_num_rows</refname>
|
||||
|
@ -31,21 +31,21 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
An integer representing the number of rows in result set.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_stmt_affected_rows</function>,
|
||||
<function>mysqli_prepare</function>,
|
||||
<function>mysqli_stmt_store_result</function>
|
||||
<function>mysqli_prepare</function>&listendand;
|
||||
<function>mysqli_stmt_store_result</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -116,9 +116,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Number of rows: 20.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.mysqli-stmt-param-count">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_param_count</refname>
|
||||
|
@ -32,11 +32,11 @@
|
|||
<refsect1>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_prepare</function>
|
||||
<function>mysqli_prepare</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -93,9 +93,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Statement has 2 markers.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.mysqli-stmt-prepare">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_prepare</refname>
|
||||
|
@ -78,12 +78,12 @@
|
|||
<function>mysqli_stmt_execute</function>,
|
||||
<function>mysqli_stmt_fetch</function>,
|
||||
<function>mysqli_stmt_bind_param</function>,
|
||||
<function>mysqli_stmt_bind_result</function>,
|
||||
<function>mysqli_stmt_close</function>
|
||||
<function>mysqli_stmt_bind_result</function>&listendand;
|
||||
<function>mysqli_stmt_close</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -170,9 +170,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Amersfoort is in district Utrecht
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.mysqli-stmt-reset">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_reset</refname>
|
||||
|
@ -34,13 +34,13 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>&return.success;</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_prepare</function>
|
||||
<function>mysqli_prepare</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.mysqli-stmt-result-metadata">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_result_metadata</refname>
|
||||
|
@ -62,14 +62,14 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also:</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_prepare</function>,
|
||||
<function>mysqli_free_result</function>
|
||||
<function>mysqli_prepare</function>&listendand;
|
||||
<function>mysqli_free_result</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.mysqli-stmt-send-long-data">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_send_long_data</refname>
|
||||
|
@ -43,8 +43,8 @@
|
|||
<refsect1>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_prepare</function>,
|
||||
<function>mysqli_stmt_bind_param</function>
|
||||
<function>mysqli_prepare</function>&listendand;
|
||||
<function>mysqli_stmt_bind_param</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.mysqli-stmt-sqlstate">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_sqlstate</refname>
|
||||
|
@ -26,21 +26,21 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns a string containing the SQLSTATE error code for the last error.
|
||||
The error code consists of five characters. <literal>'00000'</literal> means no error.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_stmt_errno</function>,
|
||||
<function>mysqli_stmt_error</function>
|
||||
<function>mysqli_stmt_errno</function>&listendand;
|
||||
<function>mysqli_stmt_error</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -119,9 +119,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Error: 42S02.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.mysqli-stmt-store-result">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_store_result</refname>
|
||||
|
@ -37,19 +37,19 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>&return.success;</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_prepare</function>,
|
||||
<function>mysqli_stmt_result_metadata</function>,
|
||||
<function>mysqli_fetch</function>
|
||||
<function>mysqli_stmt_result_metadata</function>&listendand;
|
||||
<function>mysqli_fetch</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -126,9 +126,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Number of rows: 20.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry id="function.mysqli-store-result">
|
||||
<refnamediv>
|
||||
<refname>mysqli_store_result</refname>
|
||||
|
@ -53,20 +53,20 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns a buffered result object or &false; if an error occurred.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_real_query</function>,
|
||||
<function>mysqli_real_query</function>&listendand;
|
||||
<function>mysqli_use_result</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
See <function>mysqli_multi_query</function>.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.mysqli-thread-id">
|
||||
<refnamediv>
|
||||
<refname>mysqli_thread_id</refname>
|
||||
|
@ -37,19 +37,19 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<function>mysqli_thread_id</function> returns the Thread ID for the current connection.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_kill</function>
|
||||
<function>mysqli_kill</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -112,9 +112,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Error: MySQL server has gone away
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.mysqli-thread-safe">
|
||||
<refnamediv>
|
||||
<refname>mysqli_thread_safe</refname>
|
||||
|
@ -18,7 +18,7 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&true; if the client library is thread-safe, otherwise &false;.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry id="function.mysqli-use-result">
|
||||
<refnamediv>
|
||||
<refname>mysqli_use_result</refname>
|
||||
|
@ -46,20 +46,20 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns an unbuffered result object or &false; if an error occurred.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_real_query</function>,
|
||||
<function>mysqli_real_query</function>&listendand;
|
||||
<function>mysqli_store_result</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -138,9 +138,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
my_user@localhost
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-warning-count">
|
||||
<refnamediv>
|
||||
<refname>mysqli_warning_count</refname>
|
||||
|
@ -31,21 +31,21 @@
|
|||
</note>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Return values</title>
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Number of warnings or zero if there are no warnings.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>See also</title>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<function>mysqli_errno</function>,
|
||||
<function>mysqli_error</function>,
|
||||
<function>mysqli_sqlstate</function>
|
||||
<function>mysqli_error</function>&listendand;
|
||||
<function>mysqli_sqlstate</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Example</title>
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
<title>Object oriented style</title>
|
||||
<programlisting role="php">
|
||||
|
@ -116,9 +116,7 @@ mysqli_close($link);
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
The above examples would produce the following output:
|
||||
</para>
|
||||
&example.outputs;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
Warning (1264): Data truncated for column 'Name' at row 1
|
||||
|
|
Loading…
Reference in a new issue