(PHP 4 >= 4.0.6, PHP 5)
fbsql_change_user — Change logged in user of the active connection
fbsql_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.
The new user name.
The new user password.
If specified, this will be the default or current database after the user has been changed.
Un identificador de enlace FrontBase devuelto por fbsql_connect() o fbsql_pconnect().
Es opcional y si no se especifica, la función intentará encontrar un enlace abierto al servidor FrontBase y de no encontrarse ningún enlace abierto intentará crear uno como si fbsql_connect() fuese invocada sin parámetros.
Devuelve TRUE en caso de éxito o FALSE en caso de error.