Query: fbsql_change_user
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FBSQL_CHANGE_USER(3) 1 FBSQL_CHANGE_USER(3) fbsql_change_user - Change logged in user of the active connectionSYNOPSISbool fbsql_change_user (string $user, string $password, [string $database], [resource $link_identifier])DESCRIPTIONfbsql_change_user(3) changes the logged in user of the specified connection. If the new user and password authorization fails, the current connected user stays active.PARAMETERSo $user - The new user name. o $password - The new user password. o $database - If specified, this will be the default or current database after the user has been changed. o $ link_identifier -A FrontBase link identifier returned by fbsql_connect(3) or fbsql_pconnect(3).If optional and not specified, the function will try to find an open link to the FrontBase server and if no such link is found it will try to create one as if fbsql_connect(3) was called with no arguments.RETURN VALUESReturns TRUE on success or FALSE on failure. PHP Documentation Group FBSQL_CHANGE_USER(3)