XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
textcleaner.php File Reference

Go to the source code of this file.

Classes

class  TextCleaner
 

Functions

 bad_protocol_once2 ($matches)
 
 decode_entities_chr ($matches)
 
 decode_entities_chr_hexdec ($matches)
 
 ftp_clickable ($matches)
 
 mail_clickable ($matches)
 
 preg_striptags ($match)
 
 rel_nofollow ($matches)
 
 url_clickable ($matches)
 

Variables

 $aprotocols = array()
 

Function Documentation

bad_protocol_once2 (   $matches)

Definition at line 772 of file textcleaner.php.

References TextCleaner\bad_protocol_once2().

Here is the call graph for this function:

decode_entities_chr (   $matches)

Definition at line 775 of file textcleaner.php.

References TextCleaner\decode_entities_chr().

Here is the call graph for this function:

decode_entities_chr_hexdec (   $matches)

Definition at line 778 of file textcleaner.php.

References TextCleaner\decode_entities_chr_hexdec().

Here is the call graph for this function:

ftp_clickable (   $matches)

Definition at line 765 of file textcleaner.php.

References TextCleaner\ftp_clickable().

Here is the call graph for this function:

mail_clickable (   $matches)

Definition at line 769 of file textcleaner.php.

References TextCleaner\mail_clickable().

Here is the call graph for this function:

preg_striptags (   $match)

Definition at line 786 of file textcleaner.php.

References $i, $ret, and TextCleaner\getInstance().

Here is the call graph for this function:

rel_nofollow (   $matches)

Definition at line 781 of file textcleaner.php.

url_clickable (   $matches)

Definition at line 761 of file textcleaner.php.

References TextCleaner\url_clickable().

Here is the call graph for this function:

Variable Documentation

$aprotocols = array()

Definition at line 11 of file textcleaner.php.

Referenced by TextCleaner\bad_protocol_once2(), and TextCleaner\clean_url().