Method |
Description |
|
__static ( ) |
|
|
_validate_entity ( array $m ) |
Callback function for strip_illegal_entities, do not use. |
|
filter ( string $str ) : string |
Perform all filtering, return new string. |
|
filter_html_elements ( $str ) |
|
|
glue_url ( $parsed_url ) |
Restore a URL separated by a parse_url() call. |
|
parse_url ( $url ) |
This really doesn't belong here. It should also be done much better. This is a nasty, NASTY kludge. |
|
strip_illegal_entities ( string $str ) : string |
Remove illegal entities, return new string. |
|
strip_nulls ( string $str ) : string |
Remove nulls, return new string. |
|