![]() | runkit_lint(no version information, might be only in CVS) runkit_lint -- Check the PHP syntax of the specified php code说明bool runkit_lint ( string code )The runkit_lint() function performs a syntax (lint) check on the specified php code testing for scripting errors. This is similar to using php -l from the commandline except runkit_lint() accepts actual code rather than a filename.
| ![]() |