SplFileObject::fflush
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
SplFileObject::fflush — 出力をファイルにフラッシュする
パラメータ
この関数にはパラメータはありません。
例
例1 SplFileObject::fflush() の例
<?php
$file = new SplFileObject('misc.txt', 'r+');
$file->rewind();
$file->fwrite("Foo");
$file->fflush();
$file->ftruncate($file->ftell());
?>
+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