echo file_get_contents("/path/to/file");. except that file_get_contents() may cause the script to crash for large files, while readfile() won't.
確定! 回上一頁