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:
Thomas Schoefbeck 2001-08-07 05:21:26 +00:00
parent 7f69f3792c
commit 9f149fd9f5
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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. &quot;:/path/to/socket&quot; for the localhost.
<note>
<para>
Support for &quot;:port&quot; wass added in 3.0B4.
Support for &quot;:port&quot; was added in 3.0B4.
</para>
<para>
Support for the &quot;:/path/to/socket&quot; was added in