API17:JStream::removeFilter
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JStream::removeFilter (&$resource, $byindex=false) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 35: | Line 35: | ||
boolean Result of operation | boolean Result of operation | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/filesystem/stream.php | + | libraries/joomla/filesystem/stream.php (line 989) |
| + | * see source code in [[jplatform:filesystem/stream.php#cl-989|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 21:18, 23 April 2011
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 alternatively via getting the filter list).
Description:JStream::removeFilter [Edit Descripton]
Since
Synopsis
public JStream::removeFilter (&$resource, $byindex=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$resource | resrouce | $resource | |
| $byindex | boolean | false | $byindex |
Returns
boolean Result of operation
Defined in
libraries/joomla/filesystem/stream.php (line 989)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
