|
PHP5中文手册
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. 参数
返回值Returns the current username used with the connection, as a string. |