<?php $file = fopen("test.txt","r"); //改變文件指針的位置 fseek($file,"15"); //把文件指針設定為0 rewind($file); fclose($file); ?> ...
確定! 回上一頁