Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17364 программиста и 1875 роботов. Сейчас ищут 1699 программистов ...
File_Passwd_Common::_close
Вернуться к: File_Passwd_Common
File_Passwd_Common::_close
File_Passwd_Common::_close() – Closes a prior opened and locked file handle
Synopsis
mixed File_Passwd_Common::_close ( resource &$file_handle )
Closes a prior with File_Passwd_Common::_open() opened and locked file handle.
(package developer related)
Parameter
- resource &$file_handle
-
the file handle to operate on
Return value
Returns TRUE on success, PEAR_Error on failure.
Error Code | Summary |
---|---|
FILE_PASSWD_E_FILE_NOT_UNLOCKED | passwd file couldn't be unlocked |
FILE_PASSWD_E_FILE_NOT_CLOSED | passwd file couldn't be closed |
Note
This function can not be called statically.
Вернуться к: File_Passwd_Common