fbsql_change_user(3) php man page | unix.com

Man Page: fbsql_change_user

Operating Environment: php

Section: 3

FBSQL_CHANGE_USER(3)							 1						      FBSQL_CHANGE_USER(3)

fbsql_change_user - Change logged in user of the active connection

SYNOPSIS
bool fbsql_change_user (string $user, string $password, [string $database], [resource $link_identifier])
DESCRIPTION
fbsql_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.
PARAMETERS
o $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 VALUES
Returns TRUE on success or FALSE on failure. PHP Documentation Group FBSQL_CHANGE_USER(3)
Related Man Pages
fbsql_select_db(3) - php
fbsql_affected_rows(3) - php
fbsql_close(3) - php
fbsql_connect(3) - php
fbsql_list_dbs(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun