API17:JFilterInput:: decode
From Joomla! Documentation
JFilterInput::_decode
Description
Try to convert to plaintext.
protected function _decode ($source)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $source | string | The source string. |
- Returns string Plaintext string
- Defined on line 570 of libraries/joomla/filter/filterinput.php
- Since

See also
JFilterInput::_decode source code on BitBucket
Class JFilterInput
Subpackage Filter- Other versions of JFilterInput::_decode
User contributed notes
Code Examples