PHP » GoLang |
login |
register |
about
|
GoLang stream_filter_remove
request it (405)
GoLang replacement for PHP's stream_filter_remove
[edit | history]
stream_filter_remove(PHP 5 >= 5.1.0, PHP 7) stream_filter_remove — Remove a filter from a stream Description
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. Parameters
Return Values
Returns Examples
Example #1 Dynamicly refiltering a stream
<?php The above example will output: Guvf vf a test See Also
|
more
Recently updated
more
Most requested
more
Last requests
|