Manuál PHP | ||
---|---|---|
Předcházející | Další |
(no version information, might be only in CVS)
bcompiler_write_functions_from_file -- Writes all functions defined in a file 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 function searches for all functions declared in the given file, and writes their correspondent bytecodes to the open file handle. Always remember to include/require the file you intend to compile.
See also bcompiler_write_header(), and bcompiler_write_footer().
Předcházející | Domů | Další |
bcompiler_write_function | Nahoru | bcompiler_write_header |