開啟檔案:fopen("檔案名稱","開啟模式") 關閉檔案:fclose(file handle) · 程式, 結果 · <? $filedata="data.txt"; $fp=fopen($filedata,"r"); echo $fp; fclose($fp); ?> ...
確定! 回上一頁