Forum und email

fbsql_username

(PHP 4 >= 4.0.6, PHP 5)

fbsql_username — Get or set the username for the connection

설명

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

Get or set the username used for the connection.

매개변수

link_identifier

fbsql_connect()fbsql_pconnect()가 반환한 FrontBase 연결 식별자.

username

If provided, this is the new username to set.

반환값

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