|
stream_filter_appendAttach a filter to a stream Description
resource stream_filter_append
( resource
$stream
, string $filtername
[, int $read_write
[, mixed $params
]] )
Adds Parameters
Return ValuesReturns a resource which can be used to refer to this filter instance during a call to stream_filter_remove. Changelog
Examples
Example #1 Controlling where filters are applied
<?php Notes
See Also
|