Manuál PHP | ||
---|---|---|
Předcházející | Další |
(no version information, might be only in CVS)
bcompiler_write_class -- Writes an defined class as bytecodesVarování |
Tato funkce je EXPERIMENTÁLNÍ. Chování této funkce, její název a všechno ostatní, co je zde zdokumentováno, se v budoucích verzích PHP může BEZ OHLÁŠENÍ změnit. Berte to v úvahu a používejte tuto funkci na vlastní nebezpečí. |
This reads the bytecodes from PHP for an existing class, and writes them to the open file handle, It does not perform dependency checking, so make sure you write the classes in an order that will not result in an 'undefined class' occurring when you load it.
See also bcompiler_write_header(), and bcompiler_write_footer().
Předcházející | Domů | Další |
bcompiler_read | Nahoru | bcompiler_write_constant |