[php] fgets() 函數從文件指針中讀取一行 ... $file = fopen("test.txt","r"); echo fgets($file); fclose($file); ?> 輸出類似: Hello, this is a test ...
確定! 回上一頁