mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Adding documentation for fbsql_database_password
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@49365 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a2fe7433cc
commit
f61467754a
1 changed files with 39 additions and 0 deletions
|
@ -310,6 +310,45 @@
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.fbsql-database-password">
|
||||
<refnamediv>
|
||||
<refname>fbsql_database_password</refname>
|
||||
<refpurpose>Sets or retreives the password for a FrontBase database</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>fbsql_database_password</function></funcdef>
|
||||
<paramdef>resource <parameter>link_identifier</parameter></paramdef>
|
||||
<paramdef>string
|
||||
<parameter>
|
||||
<optional>database_password</optional>
|
||||
</parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
Returns: The database password for the database represented by the link
|
||||
identifier.
|
||||
</para>
|
||||
<para>
|
||||
<function>fbsql_database_password</function> sets and retreives
|
||||
the database password for the current database.
|
||||
if the second optional parameter is given the function sets the
|
||||
database password for the database on the server that's associated
|
||||
with the specified link identifier. If no link identifier is specified,
|
||||
the last opened link is assumed. If no link is open, the function will
|
||||
try to establish a link as if <function>fbsql_connect</function> was
|
||||
called, and use it.
|
||||
</para>
|
||||
<para> See also:
|
||||
<function>fbsql_connect</function> and
|
||||
<function>fbsql_pconnect</function>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.fbsql-data-seek">
|
||||
<refnamediv>
|
||||
<refname>fbsql_data_seek</refname>
|
||||
|
|
Loading…
Reference in a new issue