PHP Manualbcompiler_write_class(PECL bcompiler:0.4-0.8) bcompiler_write_class — Writes an defined class as bytecodes Description
bool bcompiler_write_class
( resource $filehandle
, string $className
[, string $extends
] )
Reads the bytecodes from PHP for an existing class, and writes them to the open file handle. Parameters
Return ValuesReturns TRUE on success or FALSE on failure. Examples
Example#1 bcompiler_write_class() example
<?phpNotesWarning
This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk.
|
PHP-Index
New Tutorial entries
|







