bcompiler_parse_class
След.
(PECL)bcompiler_parse_class -- Reads the bytecodes of a class and calls back to a user function
Замечание: This function has been removed from bcompiler and is no longer available as of bcompiler 0.5.
- Reads the bytecodes of a class and calls back to a user function.
Пример 1. bcompiler_parse_class() example
<?phpfunction readByteCodes($data) { print_r($data);}bcompiler_parse_class("DB","readByteCodes");?>
Пред.
Начало
bcompiler_load
Уровень выше
bcompiler_read 22222