Longhorn PHP 2023 - Call for Papers

mb_scrub

(PHP 7 >= 7.2.0, PHP 8)

mb_scrubBelgelenmemiş işlev

Açıklama

mb_scrub(string $dizge, ?string $kodlama = null): string

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.

Bağımsız Değişkenler

string

encoding

Dönen Değerler

Sürüm Bilgisi

Sürüm: Açıklama
8.0.0kodlama artık null olabiliyor.
add a note

User Contributed Notes 1 note

up
17
Sammitch
5 years ago
Replaces 'ill-formed' byte sequences with '?'.

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