mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- fixed several typos, made 'see also' an extra paragraph
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@17606 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
759b40bc3c
commit
41a3303bee
1 changed files with 8 additions and 3 deletions
|
@ -254,10 +254,12 @@
|
|||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
See also: <function>mysql_drop_db</function>. For downwards
|
||||
compatibility <function>mysql_createdb</function> can also be
|
||||
For downwards compatibility <function>mysql_createdb</function> can also be
|
||||
used.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>mysql_drop_db</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
@ -354,7 +356,10 @@
|
|||
arguments
|
||||
</para>
|
||||
<para>
|
||||
See also <function>mysql_connect</function>. For downwards
|
||||
See also <function>mysql_connect</function>.
|
||||
</para>
|
||||
<para>
|
||||
For downwards
|
||||
compatibility <function>mysql</function> can also be used.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue