PHP:bzerror()的用法 PHP
bzerror (PHP 4 = 4.0.4, PHP 5)
bzerror — 返回包含 bzip2 错误号和错误字符串的一个 array 说明 array bzerror ( resource $bz ) 返回文件指针中返...
PHP:bzflush()的用法 PHP
bzflush
(PHP 4 >= 4.0.4, PHP 5)
bzflush — 强制写入所有写缓冲区的数据
说明
int bzflush
( resource $bz
)
强制写入 bzip2 文件指针 bz 的所有写缓冲
PHP:bzopen()的用法 PHP
bzopen (PHP 4 = 4.0.4, PHP 5)
bzopen — 打开一个经 bzip2 压缩过的文件 说明 resource bzopen ( string $filename , string $mode ) ...
PHP:bzread()的用法 PHP
bzread (PHP 4 = 4.0.4, PHP 5)
bzread — bzip2 文件二进制安全地读取 说明 string bzread ( resource $bz [, int $length = 1024 ] )...
PHP:bzwrite()的用法 PHP
bzwrite (PHP 4 = 4.0.4, PHP 5)
bzwrite — 二进制安全地写入 bzip2 文件 说明 int bzwrite ( resource $bz , string $data [, int $l...
PHP选项:bcompiler_load_exe()的用法 PHP
bcompiler_load_exe
(PECL bcompiler >= 0.4)
bcompiler_load_exe — 从一个 bcompiler exe 文件中读取并创建类
说明
bool bcompiler_load_exe
( string $filename
)
从
PHP选项:bcompiler_load()的用法 PHP
bcompiler_load (PECL bcompiler = 0.4)
bcompiler_load — 从一个 bz 压缩过的文件中读取并创建类 说明 bool bcompiler_load ( string $file...
PHP选项:bcompiler_parse_class()的用法 PHP
bcompiler_parse_class
(PECL bcompiler >= 0.4)
bcompiler_parse_class — 读取一个类的字节码并回调一个用户的函数
说明
bool bcompiler_parse_class
( string $class
PHP选项:bcompiler_write_constant()的用法 PHP
bcompiler_write_constant
(PECL bcompiler >= 0.5)
bcompiler_write_constant — 写入定义过的常量的字节码
说明
bool bcompiler_write_constant
( resource $filehandle
, st
PHP选项:bcompiler_read()的用法 PHP
bcompiler_read (PECL bcompiler = 0.4)
bcompiler_read — 从一个文件句柄中读取并创建类 说明 bool bcompiler_read ( resource $filehand...