mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
use of &return.success;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@116957 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7c73329d6d
commit
445ff92afd
1 changed files with 7 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.fbsql-select-db">
|
||||
<refnamediv>
|
||||
|
@ -15,9 +15,6 @@
|
|||
link_identifier
|
||||
</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns: &true; on success, &false; on error.
|
||||
</para>
|
||||
<para>
|
||||
<function>fbsql_select_db</function> sets the current active
|
||||
database on the server that's associated with the specified link
|
||||
|
@ -26,6 +23,9 @@
|
|||
establish a link as if <function>fbsql_connect</function> was
|
||||
called, and use it.
|
||||
</para>
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
The client contacts FBExec to obtain the port number to use for
|
||||
the connection to the database. If the database name is a number
|
||||
|
@ -43,10 +43,11 @@
|
|||
call <function>fbsql_database_password</function> before selecting
|
||||
the database.
|
||||
</para>
|
||||
<para> See also:
|
||||
<para>
|
||||
See also
|
||||
<function>fbsql_connect</function>,
|
||||
<function>fbsql_pconnect</function>,
|
||||
<function>fbsql_database_password</function> and
|
||||
<function>fbsql_database_password</function>, and
|
||||
<function>fbsql_query</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue