|
bcompiler_parse_classReads the bytecodes of a class and calls back to a user function Description
bool bcompiler_parse_class
( string
$class
, string $callback
)Reads the bytecodes of a class and calls back to a user function. Parameters
Return Values
Returns Examples
Example #1 bcompiler_parse_class example
<?php NotesWarning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk.
|