| Manuál PHP | ||
|---|---|---|
| Předcházející | Další | |
bcompiler_write_functions_from_file
Popis
bool bcompiler_write_functions_from_file ( resource filehandle, string fileName )Searches for all functions declared in the given file, and writes their correspondent bytecodes to the open file handle.
Seznam parametrů
filehandleA file handle as returned by fopen().
fileNameThe file to be compiled. You must always include or require the file you intend to compile.
Poznámky
| Varová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čí. |
| Předcházející | Domů | Další |
| bcompiler_write_function | Nahoru |