SplFileObject::setFlags
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
SplFileObject::setFlags — SplFileObject のフラグをセットする
戻り値
値を返しません。
例
例1 SplFileObject::setFlags() の例
<?php
$file = new SplFileObject("data.csv");
$file->setFlags(SplFileObject::READ_CSV);
foreach ($file as $fields) {
var_dump($fields);
}
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google