|
parsekit_compile_file
Compile a string of PHP code and return the resulting op array
(PECL parsekit:0.2-1.2)
Warning:
This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk. Parameters
ExamplesExample 1707. parsekit_compile_file() example<?php The above example will output: array(5) {
See Also
|