(PHP 4 >= 4.0.6, PHP 5 < 5.3.0)
fbsql_change_user — Change logged in user of the active connection
$user
, string $password
, string $database
= ?
, resource $link_identifier
= ?
) : boolfbsql_change_user() changes the logged in user of the specified connection. If the new user and password authorization fails, the current connected user stays active.
user
The new user name.
password
The new user password.
database
If specified, this will be the default or current database after the user has been changed.
link_identifier
Um identificador de link FrontBase retornado porfbsql_connect() ou fbsql_pconnect().
Se opcional e não especificado a função tentará localizar um link aberto ao um servidor FrontBase e se nenhum link for encontrado será tentado criar um como se fbsql_connect() fosse chamado sem argumentos.
Retorna true
em caso de sucesso ou false
em caso de falha.