Added U() as alias for uchr()
This commit is contained in:
@ -13,6 +13,11 @@ class UnicodeShim
|
||||
return json_decode('"'.'\u'.dechex($ord).'"');
|
||||
}
|
||||
|
||||
function U($ord)
|
||||
{
|
||||
return uchr($ord);
|
||||
}
|
||||
|
||||
function uprintf($arg)
|
||||
{
|
||||
$str = call_user_func_array('sprintf', func_get_args());
|
||||
|
Reference in New Issue
Block a user