update : 2015.11.03
php.shukuma.com검색:
|
streamWrapper::stream_flush(PHP 4 >= 4.3.2, PHP 5) streamWrapper::stream_flush — Flushes the output 설명
public bool streamWrapper::stream_flush
( void
)
This method is called in response to fflush() and when the stream is being closed while any unflushed data has been written to it before. If you have cached data in your stream but not yet stored it into the underlying storage, you should do so now. 인수이 함수는 인수가 없습니다. 반환값
Should return 주의
|