コード例 #1
0
 function removeUnsafeCharacters($str)
 {
     // Remove NO-WS-CTL, non-whitespace control characters (RFC 2822), decimal 1–8, 11–12, 14–31, and 127:
     return AJAXChatEncoding::removeUnsafeCharacters($str);
 }