File_Passwd_Authdigest::parse

File_Passwd_Authdigest::parse() – AuthDigestFile をパースする

Synopsis

mixed File_Passwd_Authdigest::parse ( )

Description

AuthDigestFile をパースします。(package developer related)

たいていの場合は File_Passwd_Authdigest::load() の内部で行われます。

Return value

Returns TRUE on success, PEAR_Error on failure.

Possible PEAR_Error values
エラーコード 概要
FILE_PASSWD_E_INVALID_FORMAT AuthDigestFile が無効な形式です。

Note

This function can not be called statically.