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:
Georg Richter 2002-04-21 07:25:13 +00:00
parent fb6a4eeb83
commit 9f558bcb01

View file

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