Forum und email

fbsql_password

(PHP 4 >= 4.0.6, PHP 5)

fbsql_password — Get or set the user password used with a connection

설명

string fbsql_password ( resource $link_identifier [, string $password ] )

Get or set the user password used with a connection.

매개변수

link_identifier

fbsql_connect()fbsql_pconnect()가 반환한 FrontBase 연결 식별자.

password

If provided, this will be the new connection password.

반환값

Returns the current password used for the connection.