English[ri:d] American[ri:d]

vt.& vi.read, ????, ????

n.read; ; ??(??)

adj.

PHP readfile() ?? ???

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

??: ??readfile(?? ??,include_path,context)

????:

???? ??
?? ?? ?????. ?? ??? ?????.
include_path ????. include_path?? ??? ????? ? ????? ???? true? ??? ? ????.
???? ????. ?? ??? ??? ?????. ????? ???? ??? ??? ? ?? ?? ?????.?

??: ??? ??? ?? ??? ?? ?????. ???? ???? ?? ??? ?? ?????. ???? false? ?????.

PHP readfile() ?? ?

<?php
echo readfile("./test.txt");
?>