PHP mb_substr() Function
The mb_substr() is an inbuilt function in PHP that is used to extract a portion of a string, based on a specified starting position and length, while taking into account the multi-byte character encoding of the string. Syntax: mb_substr( string $string, int $start, ?int $length = null, ?string $enco