mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
wrong proto
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128681 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
df5537486a
commit
24e9dba6bc
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.mysqli-select-db">
|
||||
<refnamediv>
|
||||
<refname>mysqli_select_db</refname>
|
||||
<refpurpose>Select the default database for database queries</refpurpose>
|
||||
<refpurpose>Selects the default database for database queries</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>mysqli_select_db</methodname>
|
||||
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
|
||||
<methodparam><type>bool</type><parameter>dbname</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>dbname</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The <function>mysqli_select_db</function> function selects the default
|
||||
|
|
Loading…
Reference in a new issue