KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
bcompiler
bcompiler_load
bcompiler_load_exe
bcompiler_parse_class
bcompiler_read
bcompiler_write_class
bcompiler_write_constant
bcompiler_write_exe_footer
bcompiler_write_file
bcompiler_write_footer
bcompiler_write_function
bcompiler_write_functions_from_file
bcompiler_write_header
bcompiler_write_included_filename
Home
>
PHP
>
Function
>
bcompiler
>
bcompiler_parse_class()
bcompiler_parse_class()
bcompiler_parse_class - Reads the bytecodes of a class and calls back to a user function
Syntax
bool
bcompiler_parse_class
(
string
$class,
string
$callback)
Arguments
class - The class name, as a string.
callback
Description
Reads the bytecodes of a class and calls back to a user function.
Version
PHP PECL bcompiler >= 0.4
Return value
Returns TRUE on success or FALSE on failure.