File_Passwd_Common::_close

File_Passwd_Common::_close() – 事前にオープンしてロックされたファイルハンドルを閉じる

Synopsis

mixed File_Passwd_Common::_close ( resource &$file_handle )

Description

File_Passwd_Common::_open() でオープンされて ロックされたファイルハンドルをクローズします。

(package developer related)

Parameter

resource &$file_handle

処理をするファイルハンドル。

Return value

Returns TRUE on success, PEAR_Error on failure.

Possible PEAR_Error values
エラーコード 概要
FILE_PASSWD_E_FILE_NOT_UNLOCKED パスワードファイルのロックを解除できません。
FILE_PASSWD_E_FILE_NOT_CLOSED パスワードファイルをクローズできません。

Note

This function can not be called statically.