bcompiler_write_constant()
bcompiler_write_constant - Writes a defined constant as bytecodesSyntax
bool bcompiler_write_constant (resource $filehandle, string $constantName)Arguments
- filehandle - A file handle as returned by fopen().
- constantName - The name of the defined constant, as a string.
