File_Passwd_Authdigest::userInRealm() -- Ckeck if a certain user is in a specific realm
Description
Ckeck if a certain user is in a specific realm.
Parameter
- string
$user
the user to check
- string
$realm
the realm the user shuold be in
Return value
Returns TRUE if user is in realm, FALSE if not or PEAR_Error on failure.
Note
This function can not be called
statically.