stream_filter_prepend

Example

 resource stream_filter_prepend ( resource $stream , string $filtername [, int $read_write [, mixed $params ]] ) 

Description

Adds filtername to the list of filters attached to stream.

Return Values

Returns a resource which can be used to refer to this filter instance during a call to stream_filter_remove().