bcompiler_write_file
Writes a php source file as bytecodes
&reftitle.description;
boolbcompiler_write_file
resourcefilehandle
stringfilename
This function complies specified source file into bytecodes, and writes
them to the open file handle.
&reftitle.parameters;
filehandle
A file handle as returned by fopen.
filename
The source file path, as a string.
&reftitle.returnvalues;
&return.success;
&reftitle.examples;
bcompiler_write_file example
]]>
&reftitle.notes;
&warn.experimental.func;
&reftitle.seealso;
bcompiler_write_header
bcompiler_write_footer