| Manuál PHP | ||
|---|---|---|
| Předcházející | Další | |
bcompiler_write_constant
Popis
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.
Seznam parametrů
filehandleA file handle as returned by fopen().
constantNameThe name of the defined constant, as a string.
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_class | Nahoru |