mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
72c4d162be
commit
4decb5be18
1 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue