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.