|
XOOPS RMCommon Utilities
2.1.8.91RC
|
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() | |
| bad_protocol_once2 | ( | $matches | ) |
Definition at line 772 of file textcleaner.php.
References TextCleaner\bad_protocol_once2().

| decode_entities_chr | ( | $matches | ) |
Definition at line 775 of file textcleaner.php.
References TextCleaner\decode_entities_chr().

| decode_entities_chr_hexdec | ( | $matches | ) |
Definition at line 778 of file textcleaner.php.
References TextCleaner\decode_entities_chr_hexdec().

| ftp_clickable | ( | $matches | ) |
Definition at line 765 of file textcleaner.php.
References TextCleaner\ftp_clickable().

| mail_clickable | ( | $matches | ) |
Definition at line 769 of file textcleaner.php.
References TextCleaner\mail_clickable().

| preg_striptags | ( | $match | ) |
Definition at line 786 of file textcleaner.php.
References $i, $ret, and TextCleaner\getInstance().

| 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().

| $aprotocols = array() |
Definition at line 11 of file textcleaner.php.
Referenced by TextCleaner\bad_protocol_once2(), and TextCleaner\clean_url().