File_Passwd_Common::_close()

File_Passwd_Common::_close() -- Closes a prior opened and locked file handle

Referentiesamenvatting

mixed File_Passwd_Common::_close (resource &$file_handle)

Beschrijving

Closes a prior with File_Passwd_Common::_open() opened and locked file handle.

(Bedoeld voor pakket ontwikkelaars.)

Parameter

resource &$file_handle

the file handle to operate on

Return waarde

Geeft TRUE terug bij success, PEAR_Error als het faalt.

Tabel 38-1. Mogelijke PEAR_Error waarden

Error CodeSummary
FILE_PASSWD_E_FILE_NOT_UNLOCKEDpasswd file couldn't be unlocked
FILE_PASSWD_E_FILE_NOT_CLOSEDpasswd file couldn't be closed

Note

Deze functie kan niet statisch worden aangeroepen.