Warning: mb_encode_numericentity() expects exactly 3 parameters. Temporarly FIX: add a third parameter: 'UTF-8'
StringHelper.class.php line 191
function obscureString($str) { return mb_encode_numericentity($str,array( 0x00,0xffff,0,0xffff )); }
thanks.
Log in to post a comment.
thanks.