mb_scrub

(PHP 7 >= 7.2.0)

mb_scrubDescription

说明

mb_scrub ( string $str [, string $encoding ] ) : string

Warning

本函数还未编写文档,仅有参数列表。

参数

str

encoding

返回值

User Contributed Notes

Sammitch 06-Mar-2018 08:32
Replaces 'ill-formed' byte sequences with '?'.

See: https://github.com/php/php-src/pull/1099