View Single Post
  #5 (permalink)  
Old 05-21-2008, 10:09 PM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,162
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Re: Streaming in PHP

Stream Filters

A filter is a final piece of code which may perform operations on data as it is being read from or written to a stream. Any number of filters may be stacked onto a stream. Custom filters can be defined in a PHP script using stream_filter_register(). To access the list of currently registered filters, use stream_get_filters().
__________________
With,
J. Jeyaseelan

Everything Possible
Reply With Quote