English['k?ntents]

n. ??(?, ??, ???? ?) ??(??? ????) ??, ????; , ??; ??(?, ??, ???? ?)

3?? ??: ?? ??: ?? ?? ??: ?? ?? ??: ?? ?? ??: ??

PHP file_get_contents() ?? ???

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

??: ??file_get_contents(??,include_path,context,start,max_length)

????:

???? ??
?? ?????. ?? ??? ?????.
include_path ????. include_path??? ??? ????? ? ????? "1"? ???? ???.
???? ????. ?? ??? ??? ?????. context? ???? ??? ??? ? ?? ?? ?????. null? ???? ?????.
?? ????. ??? ??? ??? ??? ???????. ? ????? PHP 5.1? ??? ?????.
max_length ????. ?? ??? ?? ?????. ? ????? PHP 5.1? ??? ?????.

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

PHP file_get_contents() ?? ?

<?php
echo file_get_contents("./test.txt");
?>
<?php
echo file_get_contents("http://php.net");
?>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????

??:

復(fù)制網(wǎng)站頁面,不支持https協(xié)議,如需復(fù)制https網(wǎng)頁,請改用curl