bcompiler_write_file()
bcompiler_write_file - Writes a php source file as bytecodesSyntax
bool bcompiler_write_file (resource $filehandle, string $filename)Arguments
- filehandle - A file handle as returned by fopen().
- filename - The source file path, as a string.
