API17

API17:JStream::prependFilter

From Joomla! Documentation

Joomla 11.1 JStream::prependFilter

Description

Prepend a filter to the chain.


public function 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 on line 972 of libraries/joomla/filesystem/stream.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples