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:
Frank M. Kromann 2001-06-06 23:07:11 +00:00
parent a2fe7433cc
commit f61467754a

View file

@ -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>