update : 2015.11.03
php.shukuma.com검색:
|
maxdb_change_usermaxdb::change_user(PECL maxdb >= 1.0) maxdb_change_user -- maxdb::change_user — Changes the user of the specified database connection 설명절차식 형식
bool maxdb_change_user
( resource
$link
, string $user
, string $password
, string $database
)객체 기반 형식
bool maxdb::change_user
( string
$user
, string $password
, string $database
)
maxdb_change_user() is used to change the user of the specified
database connection as given by the
In order to successfully change users a valid
반환값
성공 시 예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제의 출력 예시: Result: a Database running 참고
|