dams Thu Feb 13 21:48:26 2003 EDT
Modified files:
/phpdoc/en/reference/msql/functions msql-create-db.xml
Log:
no space in parameter name
Index: phpdoc/en/reference/msql/functions/msql-create-db.xml
diff -u phpdoc/en/reference/msql/functions/msql-create-db.xml:1.2
phpdoc/en/reference/msql/functions/msql-create-db.xml:1.3
--- phpdoc/en/reference/msql/functions/msql-create-db.xml:1.2 Wed Apr 17 02:40:52
2002
+++ phpdoc/en/reference/msql/functions/msql-create-db.xml Thu Feb 13 21:48:25
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/msql.xml, last change in rev 1.2 -->
<refentry id="function.msql-create-db">
<refnamediv>
@@ -10,14 +10,16 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>msql_create_db</methodname>
- <methodparam><type>string</type><parameter>database
name</parameter></methodparam>
+
+<methodparam><type>string</type><parameter>database_name</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>link_identifier</parameter></methodparam>
</methodsynopsis>
<para>
- msql_create_db() attempts to create a new database on the server
+ <function>msql_create_db</function> attempts to create a new database on the
+server
associated with the specified link identifier.
</para>
- <para> See also: <function>msql_drop_db</function>.
+ <para>
+ See also
+ <function>msql_drop_db</function>.
</para>
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php