update : 2015.11.03
php.shukuma.com검색:
|
MysqlndUhConnection::changeUser(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::changeUser — Changes the user of the specified mysqlnd database connection 설명
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 인수
반환값
Returns 예제
Example #1 MysqlndUhConnection::changeUser() example
<?php 위 예제의 출력: proxy::changeUser(array ( 0 => NULL, 1 => 'root', 2 => 'bar', 3 => 'test', 4 => false, 5 => 3, )) proxy::changeUser returns false bool(false) 참고
|