manuzhai Mon Apr 29 05:38:26 2002 EDT
Modified files:
/phpdoc/nl/reference/mysql/functions mysql-drop-db.xml
Log:
Updated to EN 1.4
Index: phpdoc/nl/reference/mysql/functions/mysql-drop-db.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-drop-db.xml:1.2
phpdoc/nl/reference/mysql/functions/mysql-drop-db.xml:1.3
--- phpdoc/nl/reference/mysql/functions/mysql-drop-db.xml:1.2 Wed Apr 17 03:14:09
2002
+++ phpdoc/nl/reference/mysql/functions/mysql-drop-db.xml Mon Apr 29 05:38:26
+2002
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- splitted from ./nl/functions/mysql.xml, last change in rev 1.1 -->
-<!-- last change to 'mysql-drop-db' in en/ tree in rev 1.2 -->
-<!-- EN-Revision: 1.2 Maintainer: manuzhai Status: ready -->
-<!-- OLD-Revision: 1.95/EN.1.2 -->
+<!-- EN-Revision: 1.4 Maintainer: manuzhai Status: ready -->
<refentry id="function.mysql-drop-db">
<refnamediv>
<refname>mysql_drop_db</refname>
@@ -12,10 +9,9 @@
<title>Beschrijving</title>
<methodsynopsis>
<type>bool</type><methodname>mysql_drop_db</methodname>
-
<methodparam><type>string</type><parameter>database_name</parameter></methodparam>
- <methodparam choice="opt"><type>resource</type><parameter>
- link_identifier
- </parameter></methodparam>
+ <methodparam><type>string</type><parameter>database_name</parameter>
+ </methodparam><methodparam choice="opt"><type>resource</type>
+ <parameter>link_identifier</parameter></methodparam>
</methodsynopsis>
<para>
&return.success;
@@ -29,8 +25,16 @@
Voor compatibiliteit kan <function>mysql_dropdb</function>
ook gebruikt worden. Dit wordt echter afgekeurd.
</para>
+ <note>
+ <para>
+ De functie <function>mysql_drop_db</function> wordt afgekeurd. Het is
+ aan te raden <function>mysql_query</function> te gebruiken om een
+ SQL DROP DATABASE statement uit te voeren in plaats daarvan.
+ </para>
+ </note>
<para>
- Zie ook: <function>mysql_create_db</function>.
+ Zie ook: <function>mysql_create_db</function>,
+ <function>mysql_query</function>.
</para>
</refsect1>
</refentry>