(PECL runkit >= 0.7.0)
runkit_lint — Check the PHP syntax of the specified php code
$code
) : boolThe 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.
Note: ɳ��֧�֣��� runkit_lint()��runkit_lint_file() �������� Runkit_Sandbox �������裩�������� PHP 5.1.0 �� PHP 5.0 ���ر����汾�����������̰߳�ȫ��������Ϣ�ɲμ� runkit ���е� README �ļ���
code
PHP Code to be lint checked
�ɹ�ʱ���� TRUE
�� ������ʧ��ʱ���� FALSE
��