File_Passwd_Cvs::parse
File_Passwd_Cvs::parse() – Parse file
Synopsis
mixed File_Passwd_Cvs::parse (
)
Description
Parse the CVS passwd file. (package developer related)
This usually happens in File_Passwd_Cvs::load() .
Return value
Returns TRUE on success, PEAR_Error on failure.
Returns PEAR_Error FILE_PASSWD_E_INVALID_FORMAT, if passwd file has invalid format.
Note
This function can not be called statically.