Function utf8_strip_non_ascii_ctrl
Strip out all non 7bit ASCII bytes and ASCII device control codes. For a list of ASCII device control codes see the 2nd table here: http://www.w3schools.com/tags/ref_ascii.asp
Parameters summary
string |
$str |
Return value summary
boolean
|
TRUE if it's all ASCII |