英[fa?l]   美[fa?l]

vt.??(?? ?? ?? ?? ??) ??... ??(??) ??

; : files ???: files ????: file ????: file ????: file

PHP ??() ?? ???

??: ?? ??? ??? ?????.

??: ??file(??,include_path,context)

????:

???? ??
?? ?????. ?? ??? ?????.
include_path ????. include_path??? ??? ????? ? ????? "1"? ???? ???.
???? ????. ?? ??? ??? ?????. context? ???? ??? ??? ? ?? ?? ?????. null? ???? ?????.

??: ??? ??? ? ??? ? ???? ???? ???? ? ???? ???? ?? ?? rtrim() ??? ???? ???.

PHP ??() ?? ?

<?php
$txt = file("./test.txt");
print_r($txt);
?>