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...
PHP选项:bcompiler_write_exe_footer()的用法 PHP
bcompiler_write_exe_footer
(PECL bcompiler >= 0.4)
bcompiler_write_exe_footer — 写入开始位置以及 exe 类型文件的结尾信号
说明
bool bcompiler_write_exe_footer
( re
PHP选项:bcompiler_write_class()的用法 PHP
bcompiler_write_class
(PECL bcompiler >= 0.4)
bcompiler_write_class — 写入定义过的类的字节码
说明
bool bcompiler_write_class
( resource $filehandle
, string $classN
PHP选项:bcompiler_write_file()的用法 PHP
bcompiler_write_file
(PECL bcompiler >= 0.6)
bcompiler_write_file — 写入 PHP 源码文件的字节码
说明
bool bcompiler_write_file
( resource $filehandle
, string $filenam
PHP选项:bcompiler_write_function()的用法 PHP
bcompiler_write_function
(PECL bcompiler >= 0.5)
bcompiler_write_function — 以字节码写入定义过的函数
说明
bool bcompiler_write_function
( resource $filehandle
, st