Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence du fichier vendor/joomla/string/src/phputf8/utils/ascii.php

Espaces de nommage

 utf8
 

Fonctions

 utf8_is_ascii ($str)
 
 utf8_is_ascii_ctrl ($str)
 
 utf8_strip_non_ascii ($str)
 
 utf8_strip_ascii_ctrl ($str)
 
 utf8_strip_non_ascii_ctrl ($str)
 
 utf8_accents_to_ascii ( $str, $case=0)
 

Documentation des fonctions

◆ utf8_accents_to_ascii()

utf8_accents_to_ascii (   $str,
  $case = 0 
)

◆ utf8_is_ascii()

utf8_is_ascii (   $str)

Référencé par JApplication\redirect().

◆ utf8_is_ascii_ctrl()

utf8_is_ascii_ctrl (   $str)

◆ utf8_strip_ascii_ctrl()

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

Voir également
http://hsivonen.iki.fi/producing-xml/#controlchar
Paramètres
string
Renvoie
string control codes removed

◆ utf8_strip_non_ascii()

utf8_strip_non_ascii (   $str)

◆ utf8_strip_non_ascii_ctrl()

utf8_strip_non_ascii_ctrl (   $str)