Replaces 'ill-formed' byte sequences with '?'.
See: https://github.com/php/php-src/pull/1099
(PHP 7 >= 7.2.0)
mb_scrub — Description
$string
, string|null $encoding
= null
) : string
Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.
string
encoding
Versiune | Descriere |
---|---|
8.0.0 |
encoding is nullable now.
|
Replaces 'ill-formed' byte sequences with '?'.
See: https://github.com/php/php-src/pull/1099