|
@@ -1047,6 +1047,11 @@ extern class Global {
|
|
**/
|
|
**/
|
|
static function mb_check_encoding(str:String = null, ?encoding:String):Bool;
|
|
static function mb_check_encoding(str:String = null, ?encoding:String):Bool;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ @see http://php.net/manual/en/function.mb-scrub.php
|
|
|
|
+ **/
|
|
|
|
+ static function mb_scrub(str:String, ?encoding:String):String;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
@see http://php.net/manual/en/function.mb-split.php
|
|
@see http://php.net/manual/en/function.mb-split.php
|
|
**/
|
|
**/
|