bcompiler_write_functions_from_file
Opis
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.
Parametry
filehandleA file handle as returned by fopen().
fileNameThe file to be compiled. You must always include or require the file you intend to compile.
Notatki
| Ostrzeżenie |
Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko. |
| Poprzedni | Spis treści | Następny |
| bcompiler_write_function | Początek rozdziału |