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_insert_id(3) - php
fbsql_affected_rows(3) - php
fbsql_db_status(3) - php
fbsql_list_dbs(3) - php
fbsql_pconnect(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework & Coursework Questions Forum
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Denial Of Service Attack Update