mb_scrub

(PHP 7 >= 7.2.0, PHP 8)

mb_scrubDescription

Descrizione

mb_scrub(string $string, ?string $encoding = null): string

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

string

encoding

Valori restituiti

Log delle modifiche

Versione Descrizione
8.0.0 encoding is nullable now.
add a note add a note

User Contributed Notes 1 note

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

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