mb_strcut
Supported Versions: PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8
Get part of string
<?php mb_strcut
(
string $string
,
int $start
,
?
int $length
=
null
,
?
string $encoding
=
null
):
string