mb_check_encoding
Check if strings are valid for the specified encoding
Description
bool mb_check_encoding(arraystringnull $value
= null
, stringnull $encoding
= null
)
Parameters
-
value
-
The byte stream or array to check. If it is omitted, this function checks
all the input from the beginning of the request.
Warning
As of PHP 8.1.0, omitting this parameter or passing null
is deprecated.
-
encoding
-
The expected encoding.
Return Values
Returns true
on success or false
on failure.