runkit_lint_file

(PECL runkit >= 0.7.0)

runkit_lint_file Check the PHP syntax of the specified file

˵��

runkit_lint_file ( string $filename ) : bool

The runkit_lint_file() function performs a syntax (lint) check on the specified filename testing for scripting errors. This is similar to using php -l from the commandline.

Note: ɳ��֧�֣��� runkit_lint()��runkit_lint_file() �������� Runkit_Sandbox �������裩�������� PHP 5.1.0 �� PHP 5.0 ���ر��޲��汾�����������̰߳�ȫ��������Ϣ�ɲμ� runkit ���е� README �ļ���

����

filename

File containing PHP Code to be lint checked

����ֵ

�ɹ�ʱ���� TRUE�� ������ʧ��ʱ���� FALSE��

�μ�