File_Passwd_Authdigest::parse
File_Passwd_Authdigest::parse() – Parse the AuthDigestFile
Synopsis
mixed File_Passwd_Authdigest::parse (
)
Description
Parse the AuthDigestFile. (package developer related)
This usually happens in File_Passwd_Authdigest::load() .
Return value
Returns TRUE on success, PEAR_Error on failure.
Error Code | Summary |
---|---|
FILE_PASSWD_E_INVALID_FORMAT | AuthDigestFile has invalid format |
Note
This function can not be called statically.