====== PHP:関数使用例:ファイルシステム:fgets ====== ===== 分類 ===== ファイルシステム ===== 機能 ===== ファイルポインタから 1 行取得します。 ===== sample ===== ==== ソース ==== t_file_exist.php ==== test.txt ==== hellow php ==== 出力結果 ==== hellow php
t_file_exist.php
hellow php