mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
transposed the location of mysql_list_fields and mysql_list_dbs in the file so they are in alphabetical order
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29487 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c091e4e2f8
commit
c3cfd2f9df
1 changed files with 32 additions and 32 deletions
|
@ -1097,6 +1097,38 @@ mysql_close();
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.mysql-list-dbs">
|
||||
<refnamediv>
|
||||
<refname>mysql_list_dbs</refname>
|
||||
<refpurpose>
|
||||
List databases available on on MySQL server
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>mysql_list_dbs</function></funcdef>
|
||||
<paramdef>int
|
||||
<parameter>
|
||||
<optional>link_identifier</optional>
|
||||
</parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
<function>mysql_list_dbs</function> will return a result pointer
|
||||
containing the databases available from the current mysql
|
||||
daemon. Use the <function>mysql_tablename</function> function to
|
||||
traverse this result pointer.
|
||||
</para>
|
||||
<para>
|
||||
For downward compatibility <function>mysql_listdbs</function> can
|
||||
also be used.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.mysql-list-fields">
|
||||
<refnamediv>
|
||||
<refname>mysql_list_fields</refname>
|
||||
|
@ -1139,38 +1171,6 @@ mysql_close();
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.mysql-list-dbs">
|
||||
<refnamediv>
|
||||
<refname>mysql_list_dbs</refname>
|
||||
<refpurpose>
|
||||
List databases available on on MySQL server
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>mysql_list_dbs</function></funcdef>
|
||||
<paramdef>int
|
||||
<parameter>
|
||||
<optional>link_identifier</optional>
|
||||
</parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
<function>mysql_list_dbs</function> will return a result pointer
|
||||
containing the databases available from the current mysql
|
||||
daemon. Use the <function>mysql_tablename</function> function to
|
||||
traverse this result pointer.
|
||||
</para>
|
||||
<para>
|
||||
For downward compatibility <function>mysql_listdbs</function> can
|
||||
also be used.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.mysql-list-tables">
|
||||
<refnamediv>
|
||||
<refname>mysql_list_tables</refname>
|
||||
|
|
Loading…
Reference in a new issue