Replaces 'ill-formed' byte sequences with '?'.
See: https://github.com/php/php-src/pull/1099
(PHP 7 >= 7.2.0, PHP 8)
mb_scrub — Belgelenmemiş işlev
$dizge
, ?string $kodlama
= null
): string
Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.
string
encoding
Sürüm: | Açıklama |
---|---|
8.0.0 | kodlama artık null
olabiliyor. |
Replaces 'ill-formed' byte sequences with '?'.
See: https://github.com/php/php-src/pull/1099