From f61467754ab072492deff32b4252bd89a25eec0c Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Wed, 6 Jun 2001 23:07:11 +0000 Subject: [PATCH] Adding documentation for fbsql_database_password git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@49365 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/fbsql.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/functions/fbsql.xml b/functions/fbsql.xml index e6f9a43e66..40d87fd31a 100644 --- a/functions/fbsql.xml +++ b/functions/fbsql.xml @@ -310,6 +310,45 @@ + + + fbsql_database_password + Sets or retreives the password for a FrontBase database + + + Description + + + string fbsql_database_password + resource link_identifier + string + + database_password + + + + + + Returns: The database password for the database represented by the link + identifier. + + + fbsql_database_password 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 fbsql_connect was + called, and use it. + + See also: + fbsql_connect and + fbsql_pconnect + + + + fbsql_data_seek