例子
<?php
$file = fopen("test.txt","r");

//改變文件指針的位置
fseek($file,"15");

//把文件指針設定為 0
rewind($file);

fclose($file);
?>

arrow
arrow
    全站熱搜

    stockwfj3 發表在 痞客邦 留言(0) 人氣()