API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
utf8_accents_to_ascii | ( | $ | str, |
$ | case = 0 |
||
) |
utf8_is_ascii | ( | $ | str | ) |
utf8_is_ascii_ctrl | ( | $ | str | ) |
utf8_strip_ascii_ctrl | ( | $ | str | ) |
Strip out device control codes in the ASCII range which are not permitted in XML. Note that this leaves multi-byte characters untouched - it only removes device control codes
string |
utf8_strip_non_ascii | ( | $ | str | ) |
utf8_strip_non_ascii_ctrl | ( | $ | str | ) |