Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17360 программистов и 1872 робота. Сейчас ищут 1617 программистов ...
File_Passwd_Common::load
Вернуться к: File_Passwd_Common
File_Passwd_Common::load
File_Passwd_Common::load() – Loads the file
Synopsis
mixed File_Passwd_Common::load ( )
Loads the passwd file and calls the parse() method of the extending child class.
Return value
Returns TRUE on success, PEAR_Error on failure.
Error Code | Summary |
---|---|
FILE_PASSWD_E_DIR_NOT_CREATED | the directory in which the passwd file should reside couldn't be created |
FILE_PASSWD_E_FILE_NOT_OPENED | passwd file couldn't be opened in read mode |
FILE_PASSWD_E_FILE_NOT_LOCKED | passwd file couldn't be locked shared |
FILE_PASSWD_E_FILE_NOT_UNLOCKED | passwd file couldn't be unlocked |
FILE_PASSWD_E_FILE_NOT_CLOSED | passwd file couldn't be closed |
FILE_PASSWD_E_INVALID_FORMAT | passwd file has invalid format |
Note
This function can not be called statically.
Вернуться к: File_Passwd_Common