PHP bytecode Compiler
- Introducción
- Installing/Configuring
- Constantes predefinidas
- bcompiler Functions
- bcompiler_load_exe — Lee y crea clases desde un archivo exe de bcompiler
- bcompiler_load — Lee y crea clases desde un archivo comprimido bz
- bcompiler_parse_class — Lee los bytecodes de una clase y genera una llamada a una función definida por el usuario
- bcompiler_read — Lee y crea clases desde un gestor de archivo
- bcompiler_write_class — Escribe una clase determinada como bytecodes
- bcompiler_write_constant — Lee una constante definida como bytecodes
- bcompiler_write_exe_footer — Writes the start pos, and sig to the end of a exe type file
- bcompiler_write_file — Writes a php source file as bytecodes
- bcompiler_write_footer — Writes the single character \x00 to indicate End of compiled data
- bcompiler_write_function — Writes an defined function as bytecodes
- bcompiler_write_functions_from_file — Writes all functions defined in a file as bytecodes
- bcompiler_write_header — Writes the bcompiler header
- bcompiler_write_included_filename — Writes an included file as bytecodes
bcompiler
There are no user contributed notes for this page.
