bcompiler_write_constant Writes a defined constant as bytecodes &reftitle.description; boolbcompiler_write_constant resourcefilehandle stringconstantName Reads the bytecodes from PHP for an existing constant, and writes them to the open file handle. &reftitle.parameters; filehandle A file handle as returned by fopen. constantName The name of the defined constant, as a string. &reftitle.returnvalues; &return.success; &reftitle.examples; <function>bcompiler_write_constant</function> example ]]> &reftitle.notes; &warn.experimental.func; &reftitle.seealso; bcompiler_write_header bcompiler_write_footer