stream_filter_remove()
function stream_filter_remove(resource $stream_filter): bool
Removes a filter from a stream.
Parameters:
$stream_filter(resource)
Returns: bool
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how stream_filter_remove is implemented in the compiler, see the internals page.