parent root
PHP: mb_scrub - Manual

mb_scrub

(PHP 7 >= 7.2.0)

mb_scrubDescription

Description

mb_scrub ( string $str [, string $encoding ] ) : string

Warning

This function is currently not documented; only its argument list is available.

Parameters

str

encoding

Return Values

add a noteadd a note

User Contributed Notes 1 note

up
10
Sammitch
1 year ago
Replaces 'ill-formed' byte sequences with '?'.

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