预定义常量
bcompiler_load_exe
bcompiler
PHP Manual
bcompiler 函数
联系信息
如果你有评论、问题的修复、功能的增强,或者想要帮助开发这头野兽,你可以给我投封邮件
» alan_k@php.net
。 非常欢迎任何您的帮助!
Table of Contents
bcompiler_load_exe
— 从一个 bcompiler exe 文件中读取并创建类
bcompiler_load
— 从一个 bz 压缩过的文件中读取并创建类
bcompiler_parse_class
— 读取一个类的字节码并回调一个用户的函数
bcompiler_read
— 从一个文件句柄中读取并创建类
bcompiler_write_class
— 写入定义过的类的字节码
bcompiler_write_constant
— 写入定义过的常量的字节码
bcompiler_write_exe_footer
— 写入开始位置以及 exe 类型文件的结尾信号
bcompiler_write_file
— 写入 PHP 源码文件的字节码
bcompiler_write_footer
— 写入单个字符 \x00 用于标识编译数据的结尾
bcompiler_write_function
— 以字节码写入定义过的函数
bcompiler_write_functions_from_file
— 以字节码写入一个文件中定义过的所以函数
bcompiler_write_header
— 写入 bcompiler 头
bcompiler_write_included_filename
— 写入一个包含的文件的字节码
预定义常量
bcompiler_load_exe
bcompiler
PHP Manual