fread 版. <?php $handle = fopen('/tmp/readfile.txt', "r"); $contents = ''; if ($handle) { while (!feof($handle)) { $contents .
確定! 回上一頁