Delicious Bookmark this on Delicious Share on Facebook SlashdotSlashdot It! Digg! Digg



PHP : Function Reference : PHP bytecode Compiler : bcompiler_read

bcompiler_read

Reads and creates classes from a filehandle (PECL bcompiler:0.4-0.8)
bool bcompiler_read ( resource filehandle )

Example 348. bcompiler_read() example

<?php
$fh
= fopen("/tmp/example","r");
bcompiler_read($fh);
fclose($fh);
print_r(get_defined_classes());

?>

Change Language


Follow Navioo On Twitter
bcompiler_load_exe
bcompiler_load
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
eXTReMe Tracker