JMailHelper::cleanText
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JMailHelper::cleanText[edit]
Description[edit]
Cleans multi-line inputs.
public static function cleanText ($value)
Parameter | Type | Default | Description |
---|---|---|---|
$value | string | Multi-line string to be cleaned. |
- Returns string Cleaned multi-line string.
- Defined on line 45 of libraries/joomla/mail/helper.php
- Referenced by
See also[edit]
JMailHelper::cleanText source code on BitBucket
Class JMailHelper
Subpackage Mail
- Other versions of JMailHelper::cleanText
User contributed notes[edit]
Code Examples[edit]