PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::changeUser
request it (251)
GoLang replacement for PHP's MysqlndUhConnection::changeUser
[edit | history]
PHP MysqlndUhConnection::changeUserPHP original manual for MysqlndUhConnection::changeUser [ show | php.net ]MysqlndUhConnection::changeUser(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::changeUser — Changes the user of the specified mysqlnd database connection Description
public bool MysqlndUhConnection::changeUser
( mysqlnd_connection
$connection
, string $user
, string $password
, string $database
, bool $silent
, int $passwd_len
)Changes the user of the specified mysqlnd database connection Parameters
Return Values
Returns Examples
Example #1 MysqlndUhConnection::changeUser() example
<?php The above example will output: proxy::changeUser(array ( 0 => NULL, 1 => 'root', 2 => 'bar', 3 => 'test', 4 => false, 5 => 3, )) proxy::changeUser returns false bool(false) See Also
|
more
Recently updated
more
Most requested
|