API17

API17:JStream::appendFilter

From Joomla! Documentation

Joomla 11.1 JStream::appendFilter

Description

Stream filters Append a filter to the chain.


public function appendFilter (
        $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 934 of libraries/joomla/filesystem/stream.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples