baoengb Fri Jun 11 10:09:57 2004 EDT
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-fetch-lengths.xml
mysqli-real-connect.xml
mysqli-stmt-bind-param.xml
mysqli-stmt-close.xml
mysqli-stmt-error.xml
mysqli-stmt-store-result.xml
Log:
changing mysql_* => mysqli_*
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-lengths.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-lengths.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-lengths.xml:1.11
phpdoc/en/reference/mysqli/functions/mysqli-fetch-lengths.xml:1.12
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-lengths.xml:1.11 Tue Mar 16
10:36:17 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-lengths.xml Fri Jun 11
10:09:55 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<refentry id="function.mysqli-fetch-lengths">
<refnamediv>
<refname>mysqli_fetch_lengths</refname>
@@ -32,8 +32,8 @@
any terminating null characters). &false; if an error occurred.
</para>
<para>
- <function>mysql_fetch_lengths</function> is valid only for the current row of
the result set.
- It returns &false; if you call it before calling mysql_fetch_row/array/object or
after retrieving
+ <function>mysqli_fetch_lengths</function> is valid only for the current row of
the result set.
+ It returns &false; if you call it before calling mysqli_fetch_row/array/object
or after retrieving
all rows in the result.
</para>
</refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-real-connect.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-real-connect.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-real-connect.xml:1.6
phpdoc/en/reference/mysqli/functions/mysqli-real-connect.xml:1.7
--- phpdoc/en/reference/mysqli/functions/mysqli-real-connect.xml:1.6 Thu Apr 29
10:41:13 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-real-connect.xml Fri Jun 11
10:09:55 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.mysqli-real-connect">
<refnamediv>
<refname>mysqli_real_connect</refname>
@@ -36,7 +36,7 @@
</methodsynopsis>
</classsynopsis>
<para>
- mysql_real_connect() attempts to establish a connection to a MySQL database
engine running on host.
+ mysqli_real_connect() attempts to establish a connection to a MySQL database
engine running on host.
</para>
<para>
This function differs from <function>mysqli_connect</function>:
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.3
phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.4
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.3 Sun Mar 28
03:52:33 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml Fri Jun 11
10:09:55 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.mysqli-stmt-bind-param">
<refnamediv>
<refname>mysqli_stmt_bind_param</refname>
@@ -30,7 +30,7 @@
<para>
<function>mysqli_stmt_bind_param</function> is used to bind variables for the
parameter markers in the SQL statement that was passed to
- <function>mysql_prepare</function>.
+ <function>mysqli_prepare</function>.
The string <parameter>types</parameter> contains one or more characters which
specify
the types for the corresponding bind variables
<table>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-close.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-close.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-stmt-close.xml:1.5
phpdoc/en/reference/mysqli/functions/mysqli-stmt-close.xml:1.6
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-close.xml:1.5 Wed May 19
12:35:31 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-close.xml Fri Jun 11 10:09:55
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.mysqli-stmt-close">
<refnamediv>
<refname>mysqli_stmt_close</refname>
@@ -22,7 +22,7 @@
</methodsynopsis>
</classsynopsis>
<para>
- Closes a prepared statement. <function>mysql_stmt_close</function> also
deallocates the
+ Closes a prepared statement. <function>mysqli_stmt_close</function> also
deallocates the
statement handle pointed to by <parameter>stmt</parameter>.
If the current statement has pending or unread results, this function cancels
them so that
the next query can be executed.
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-error.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-error.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-stmt-error.xml:1.5
phpdoc/en/reference/mysqli/functions/mysqli-stmt-error.xml:1.6
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-error.xml:1.5 Tue Mar 9
12:21:48 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-error.xml Fri Jun 11 10:09:55
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.mysqli-stmt-error">
<refnamediv>
<refname>mysqli_stmt_error</refname>
@@ -19,7 +19,7 @@
<fieldsynopsis><type>string</type><varname>error</varname></fieldsynopsis>
</classsynopsis>
<para>
- For the statement specified by <literal>stmt</literal>,
<function>mysql_stmt_error</function>
+ For the statement specified by <literal>stmt</literal>,
<function>mysqli_stmt_error</function>
returns a containing the error message for the most recently invoked statement
function that
can succeed or fail.
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-store-result.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-store-result.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-stmt-store-result.xml:1.6
phpdoc/en/reference/mysqli/functions/mysqli-stmt-store-result.xml:1.7
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-store-result.xml:1.6 Wed
May 19 13:38:07 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-store-result.xml Fri Jun 11
10:09:55 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.mysqli-stmt-store-result">
<refnamediv>
<refname>mysqli_stmt_store_result</refname>
@@ -22,17 +22,17 @@
</methodsynopsis>
</classsynopsis>
<para>
- You must call <function>mysql_stmt_store_result</function> for every query that
+ You must call <function>mysqli_stmt_store_result</function> for every query that
successfully produces a result set (<literal>SELECT, SHOW, DESCRIBE,
EXPLAIN</literal>),
and only if you want to buffer the complete result set by the client,
- so that the subsequent <function>mysql_fetch</function> call returns buffered
data.
+ so that the subsequent <function>mysqli_fetch</function> call returns buffered
data.
</para>
<note>
<para>
- It is unnecessary to call <function>mysql_stmt_store_result</function> for
other queries,
+ It is unnecessary to call <function>mysqli_stmt_store_result</function> for
other queries,
but if you do, it will not harm or cause any notable performance in all cases.
You can detect whether the query produced a result set by checking if
- <function>mysql_stmt_result_metadata</function> returns NULL.
+ <function>mysqli_stmt_result_metadata</function> returns NULL.
</para>
</note>
</refsect1>