|
PHP5中文手册
kadm5_delete_principal(PECL kadm5:0.2.3) kadm5_delete_principal — Deletes a kerberos principal 说明
bool kadm5_delete_principal
( resource $handle
, string $principal
)
kadm5_delete_principal() remove the principal from the Kerberos database. 返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 kadm5_delete_principal() example
<?php |