API17:JStream::prependFilter
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JStream::prependFilter
Description
Prepend a filter to the chain.
Description:JStream::prependFilter [Edit Descripton]
Since
Synopsis
public JStream::prependFilter ($filtername, $read_write=STREAM_FILTER_READ, $params=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $filtername | $filtername | ||
| $read_write | $read_write | STREAM_FILTER_READ | |
| $params | $params | array() |
Returns
mixed
Defined in
libraries/joomla/filesystem/stream.php (line 951)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JStream::prependFilter
Examples
<CodeExamplesForm />
