mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added a note (mysql_drop_db is deprecated)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79244 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fb6a4eeb83
commit
9f558bcb01
1 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mysql-drop-db">
|
||||
<refnamediv>
|
||||
|
@ -27,8 +27,16 @@
|
|||
For downward compatibility <function>mysql_dropdb</function>
|
||||
can also be used. This is deprecated, however.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
The function <function>mysql_drop_db</function> is deprecated. It is
|
||||
prefarable to use <function>mysql_query</function> to issue a SQL
|
||||
DROP DATABASE statement instead.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
See also: <function>mysql_create_db</function>.
|
||||
See also: <function>mysql_create_db</function>
|
||||
<function>mysql_query</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue