Supported Versions: PHP 5, PHP 7, PHP 8
Finds position of first occurrence of a needle within a haystack
<?php iconv_strpos(    string $haystack,    string $needle,    int $offset = 0,    ?string $encoding = null): int|false