File_Passwd_Custom::parse()

File_Passwd_Custom::parse() -- Parse passwd file

Synopsis

mixed File_Passwd_Custom::parse ()

Beschreibung

Parse the custom passwd file. (bezogen auf Package-Entwickler)

This usually happens in File_Passwd_Custom::load() .

Rückgabewert

Gibt bei Erfolg TRUE zurück, bei einem Fehler ein Objekt der Klasse PEAR_Error.

Returns PEAR_Error FILE_PASSWD_E_INVALID_FORMAT, if passwd file has illegal format.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.