stream_filter_remove

 bool stream_filter_remove ( resource $stream_filter ) 

説明

Removes a stream filter previously added to a stream with stream_filter_prepend() or stream_filter_append(). Any data remaining in the filter's internal buffer will be flushed through to the next filter before removing it.

戻り値

Returns TRUE on success or FALSE on failure.