php_stream_flush
(no version information, might be only in CVS)
php_stream_flush -- ストリームバッファをストレージにフラッシュする
説明
int
php_stream_flush ( php_stream * stream)
php_stream_flush() は、stream
の書き込みバッファに保持されたデータを下層にあるストレージに
コミットします。
php_stream_flush() は、バッファをフラッシュできた場合に
あるいは、バッファをフラッシュする必要がなかった場合に、0 を返します。
エラーが発生した場合は、EOF を返します。