php_check_syntax说明bool php_check_syntax ( string filename [, string &error_message] )
Performs a syntax (lint) check on the specified
This is similar to using php -l from the commandline except that this
function will execute (but not output) the checked
For example, if a function is defined in
参数
返回值
Returns TRUE if the lint check passed, and FALSE if the link check
failed or if 更新日志
范例
上例的输出类似于:
| ||||||||||||