LoginSignup
0
0

More than 3 years have passed since last update.

fopen, fgetcsv

Posted at

fopen()関数

概要
ファイルまたはURLを開く
返り値
成功時はファイルポインタリソース、失敗時はfalse

fgetcsv()関数

概要
ファイルポインタから行を取得し、CSVフィールドを処理する
返り値
読み込んだフィールドを含む配列。取得できない場合はfalse

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0