bcompiler_write_class
Writes an defined class as bytecodes
Description
boolbcompiler_write_class
resourcefilehandle
stringclassName
stringextends
&warn.experimental.func;
This reads the bytecodes from PHP for an existing class, and writes them
to the open file handle, It does not perform dependency checking, so make
sure you write the classes in an order that will not result in an
'undefined class' occurring when you load it.
bcompiler_write_class example
]]>
See also bcompiler_write_header,
and bcompiler_write_footer.