Formatting MARC data | |
PEAR Manual | |
require_once 'Passwd/Authdigest.php'; |
boolean File_Passwd_Authdigest::userInRealm (
string $user
, string $realm
)
Ckeck if a certain user is in a specific realm.
the user to check
the realm the user shuold be in
Returns TRUE if user is in realm, FALSE if not or PEAR_Error on failure.
Error Code | Summary |
FILE_PASSWD_E_EXISTS_NOT | specified realm doesn't exist |
This function can not be called statically.
Formatting MARC data | |
PEAR Manual | |