API17:JMailHelper::cleanLine
From Joomla! Documentation
JMailHelper::cleanLine
Description
Cleans single line inputs.
public static function cleanLine ($value)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $value | string | String to be cleaned. |
- Returns string Cleaned string.
- Defined on line 33 of libraries/joomla/mail/helper.php
- Referenced by
See also
JMailHelper::cleanLine source code on BitBucket
Class JMailHelper
Subpackage Mail- Other versions of JMailHelper::cleanLine
User contributed notes
Code Examples