mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Heh, build bug fixes...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62633 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7cc925a924
commit
f748593f15
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.73 $ -->
|
||||
<!-- $Revision: 1.74 $ -->
|
||||
<reference id="ref.mysql">
|
||||
<title>MySQL Functions</title>
|
||||
<titleabbrev>MySQL</titleabbrev>
|
||||
|
@ -549,7 +549,7 @@ while ($i < $cnt) {
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
&return.succes;
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
<function>mysql_drop_db</function> attempts to drop (remove) an
|
||||
|
@ -732,7 +732,7 @@ echo mysql_errno().": ".mysql_error()."<BR>";
|
|||
of the same name, you must use the numeric index of the column or
|
||||
make an alias for the column. For aliased columns, you cannot
|
||||
access the contents with the original column name (by using
|
||||
<literal>'field'<literal> in this example).
|
||||
<literal>'field'</literal> in this example).
|
||||
<informalexample>
|
||||
<programlisting>
|
||||
select tone.field as foo ttwo.field as bar from tone, ttwo
|
||||
|
@ -815,7 +815,7 @@ mysql_free_result ($result);
|
|||
the last column will take precedence. To access the other
|
||||
column(s) of the same name, you either need to access the
|
||||
result with numeric indices by using
|
||||
<function>mysql_fetch_row<function> or add alias names.
|
||||
<function>mysql_fetch_row</function> or add alias names.
|
||||
See the example at the <function>mysql_fetch_array</function>
|
||||
description about aliases.
|
||||
</para>
|
||||
|
@ -1381,7 +1381,7 @@ mysql_close();
|
|||
<!-- TODO and as of PHP4 before, see freeing resources -->
|
||||
</para>
|
||||
<para>
|
||||
&returns.success;
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
For downward compatibility <function>mysql_freeresult</function>
|
||||
|
|
Loading…
Reference in a new issue