| Manuál PHP | ||
|---|---|---|
| Předcházející | Další | |
parsekit_compile_file
Popis
array parsekit_compile_file ( string filename [, array &errors [, int options]] )| 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čí. |
Seznam parametrů
filenameA string containing the name of the file to compile. Similar to the argument to include().
errorsA 2D hash of errors (including fatal errors) encountered during compilation. Returned by reference.
optionsOne of either PARSEKIT_QUIET or PARSEKIT_SIMPLE. To produce varying degrees of verbosity in the returned output.
Příklady
| Předcházející | Domů | Další |
| Parsekit Functions | Nahoru |