mb_convert_case
pestphp/pest
Supported Versions: PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8
Perform case folding on a string
<?php mb_convert_case
(
string $string
,
int $mode
, ?
string $encoding
=
null
):
string