| Warning |
This function is EXPERIMENTAL. That means, that the behaviour of this function, the function name, in concreto ANYTHING documented here can change in a future release of this package WITHOUT NOTICE. Be warned, and use this function at your own risk. |
An EXE (or self executable) file consists of 3 parts,
| The Executable code (eg. a compiled C program that can initiate call the php bcompiler) |
| The Bzip encoded Bytecodes |
| The bcompiler exe footer |
Example 1. bcompiler_write_footer() example
|
See also:bcompiler_write_header() bcompiler_write_class(), bcompiler_write_footer().