mb_scrub()
(PHP 7 >= 7.2.0)
Description
说明
mb_scrub(string $str[,string $encoding]): string
Warning本函数还未编写文档,仅有参数列表。
参数
- $str
- $encoding
返回值
Replaces 'ill-formed' byte sequences with '?'. See: https://github.com/php/php-src/pull/1099
(PHP 7 >= 7.2.0)
Description
mb_scrub(string $str[,string $encoding]): string
Warning本函数还未编写文档,仅有参数列表。
Replaces 'ill-formed' byte sequences with '?'. See: https://github.com/php/php-src/pull/1099