mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo (bug#12347)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53641 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7f69f3792c
commit
9f149fd9f5
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<reference id="ref.msql">
|
||||
<title>mSQL functions</title>
|
||||
<titleabbrev>mSQL</titleabbrev>
|
||||
|
@ -360,7 +360,7 @@
|
|||
<para>
|
||||
The second optional argument <parameter>result_type</parameter>
|
||||
in <function>msql_fetch_array</function> is a constant and can
|
||||
take the following values: MSQL_ASSOC, MSQL_NUM, and MYSQL_BOTH.
|
||||
take the following values: MSQL_ASSOC, MSQL_NUM, and MSQL_BOTH.
|
||||
</para>
|
||||
<para>
|
||||
Be careful if you are retrieving results from a query that may
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Revision: 1.54 $ -->
|
||||
<!-- $Revision: 1.55 $ -->
|
||||
<reference id="ref.mysql">
|
||||
<title>MySQL functions</title>
|
||||
<titleabbrev>MySQL</titleabbrev>
|
||||
|
@ -1704,7 +1704,7 @@ echo "$num_rows Rows\n";
|
|||
eg. ":/path/to/socket" for the localhost.
|
||||
<note>
|
||||
<para>
|
||||
Support for ":port" wass added in 3.0B4.
|
||||
Support for ":port" was added in 3.0B4.
|
||||
</para>
|
||||
<para>
|
||||
Support for the ":/path/to/socket" was added in
|
||||
|
|
Loading…
Reference in a new issue