Supported Versions: PHP 5, PHP 7, PHP 8
Cut out part of a string
<?php iconv_substr(    string $string,    int $offset,    ?int $length = null,    ?string $encoding = null): string|false