FrontBase Funciones
PHP Manual

fbsql_username

(PHP 4 >= 4.0.6, PHP 5)

fbsql_usernameGet or set the username for the connection

Descripción

string fbsql_username ( resource $link_identifier [, string $username ] )

Get or set the username used for the connection.

Parámetros

link_identifier

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.

username

If provided, this is the new username to set.

Valores devueltos

Returns the current username used with the connection, as a string.

Ver también


FrontBase Funciones
PHP Manual