mb_scrub

(PHP 7 >= 7.2.0)

mb_scrubDescription

Descrierea

mb_scrub ( string $string [, string|null $encoding = null ] ) : string

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

string

encoding

Valorile întoarse

Istoricul schimbărilor

Versiune Descriere
8.0.0 encoding is nullable now.
add a note add a note

User Contributed Notes 1 note

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

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