Function utf8_is_ascii_ctrl
Tests whether a string contains only 7bit ASCII bytes with device control codes omitted. The device control codes can be found on the second table here: http://www.w3schools.com/tags/ref_ascii.asp
Parameters summary
string |
$str |
Return value summary
boolean
|
TRUE if it's all ASCII without device control codes |