API17:JStream::removeFilter
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::removeFilter
Description
Remove a filter, either by resource (handed out from the append or prepend function) or via getting the filter list).
Description:JStream::removeFilter [Edit Descripton]
public function removeFilter ( &$resource $byindex=false )
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$resource | resource | $resource | |
| $byindex | boolean | false | $byindex |
- Returns boolean Result of operation
- Defined on line 1010 of libraries/joomla/filesystem/stream.php
- Since
See also
-
JStream::removeFilter source code on BitBucket
-
Class JStream
-
Subpackage Filesystem
- Other versions of JStream::removeFilter
SeeAlso:JStream::removeFilter [Edit See Also]
User contributed notes
<CodeExamplesForm />
