bcompiler_write_function Writes a defined function as bytecodes &reftitle.description; boolbcompiler_write_function resourcefilehandle stringfunctionName Reads the bytecodes from PHP for an existing function, and writes them to the open file handle. Order is not important, (eg. if function b uses function a, and you compile it like the example below, it will work perfectly OK). &reftitle.parameters; filehandle A file handle as returned by fopen. functionName The function name, as a string. &reftitle.returnvalues; &return.success; &reftitle.examples; <function>bcompiler_write_function</function> example ]]> &reftitle.notes; &warn.experimental.func; &reftitle.seealso; bcompiler_write_header bcompiler_write_footer