php man page for fbsql_change_user

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 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_autocommit(3) - php
fbsql_list_dbs(3) - php
fbsql_pconnect(3) - php
fbsql_read_clob(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Denial Of Service Attack Update