no space in parameter name

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@116333 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2003-02-14 02:48:25 +00:00
parent 72c4d162be
commit 4decb5be18

View file

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