bcompiler_write_constant
Opis
bool bcompiler_write_constant ( resource filehandle, string constantName )Reads the bytecodes from PHP for an existing constant, and writes them to the open file handle.
Parametry
filehandleA file handle as returned by fopen().
constantNameThe name of the defined constant, as a string.
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_class | Początek rozdziału |