Replaces 'ill-formed' byte sequences with '?'.
See: https://github.com/php/php-src/pull/1099
(PHP 7 >= 7.2.0, PHP 8)
mb_scrub — Description
$string
, string|null $encoding
= null
) : string
本函数还未编写文档,仅有参数列表。
string
encoding
版本 | 说明 |
---|---|
8.0.0 |
现在 encoding 可以为 null。
|
Replaces 'ill-formed' byte sequences with '?'.
See: https://github.com/php/php-src/pull/1099