bzclose

(PHP 4 >= 4.3.3, PHP 5)

bzclose -- Close a bzip2 file

说明

int bzclose ( resource bz )

Closes the given bzip2 file pointer.

参数

bz

The file pointer. It must be valid and must point to a file successfully opened by bzopen().

返回值

如果成功则返回 TRUE,失败则返回 FALSE

参见

bzopen()


add a note add a note User Contributed Notes
There are no user contributed notes for this page.