|
runkit_lintCheck the PHP syntax of the specified php code Description
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 command line except runkit_lint accepts actual code rather than a filename.
Parameters
Return Values
Returns See Also
|