mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed wrong titles.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311568 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b28a4457b0
commit
654099b8c6
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<refentry xml:id="function.mysql-db-name" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>mysql_db_name</refname>
|
||||
<refpurpose>Get result data</refpurpose>
|
||||
<refpurpose>Retrieves database name from the call to <function>mysql_list_dbs</function></refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<refentry xml:id="function.mysql-db-query" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>mysql_db_query</refname>
|
||||
<refpurpose>Send a MySQL query</refpurpose>
|
||||
<refpurpose>Selects a database and executes a query on it</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
Loading…
Reference in a new issue