update : 2015.11.03
php.shukuma.com검색:
|
kadm5_init_with_password(PECL kadm5 >= 0.2.3) kadm5_init_with_password — Opens a connection to the KADM5 library 설명
resource kadm5_init_with_password
( string
$admin_server
, string $realm
, string $principal
, string $password
)
Opens a connection with the KADM5 library using the
인수
반환값
Returns a KADM5 handle on success실패 시 예제
Example #1 KADM5 initialization example
<?php 주의
|