Results of 1 - 1 of about 1 for legs (0.004 sec.)
- ファイルから行を取り出し CSV フィールドとして処理する 9414
- « SplFileObject::fgetc SplFileObject::fgets » PHP Manual SplFileObject ファイルから行を取り出し
...
each ( $file as $row ) { list( $animal , $class , $legs ) = $row ; printf ( "A %s is a %s with %d legs\n" ...
, $animal , $class , $legs ); } ?> animals.csv の内容 crocodile,reptile,4 dol ...
下のようになります。 A crocodile is a reptile with 4 legs A dolphin is a mammal with 0 legs A duck is a bird ...
with 2 legs A koala is a mammal with 4 legs A salmon is a fish ...
-
https://man.plustar.jp/php/splfileobject.fgetcsv.html
- [similar]
PREV
1
NEXT