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_read()
bcompiler_read()
bcompiler_read - Reads and creates classes from a filehandle
Syntax
bool
bcompiler_read
(
resource
$filehandle)
Arguments
filehandle - A file handle as returned by fopen().
Description
Reads data from a open file handle and creates classes from the bytecodes.
Version
PHP PECL bcompiler >= 0.4
Return value
Returns TRUE on success or FALSE on failure.