mb_get_info example


if (!function_exists('mb_strripos')) {
    function mb_strripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strripos((string) $haystack(string) $needle(int) $offset$encoding)}
}
if (!function_exists('mb_strrpos')) {
    function mb_strrpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strrpos((string) $haystack(string) $needle(int) $offset$encoding)}
}
if (!function_exists('mb_strstr')) {
    function mb_strstr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_strstr((string) $haystack(string) $needle(bool) $before_needle$encoding)}
}
if (!function_exists('mb_get_info')) {
    function mb_get_info(?string $type = 'all'): array|string|int|false { return p\Mbstring::mb_get_info((string) $type)}
}
if (!function_exists('mb_http_output')) {
    function mb_http_output(?string $encoding = null): string|bool { return p\Mbstring::mb_http_output($encoding)}
}
if (!function_exists('mb_strwidth')) {
    function mb_strwidth(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strwidth((string) $string$encoding)}
}
if (!function_exists('mb_substr_count')) {
    function mb_substr_count(?string $haystack, ?string $needle, ?string $encoding = null): int { return p\Mbstring::mb_substr_count((string) $haystack(string) $needle$encoding)}
}
if (!function_exists('mb_output_handler')) {
    
$info .= " $ext loaded\n";
                switch ($ext)
                {
                    case 'pcre':
                        $info .= ' Version ' . PCRE_VERSION . "\n";
                        break;
                    case 'curl':
                        $version = curl_version();
                        $info .= ' Version ' . $version['version'] . "\n";
                        break;
                    case 'mbstring':
                        $info .= ' Overloading: ' . mb_get_info('func_overload') . "\n";
                        break;
                    case 'iconv':
                        $info .= ' Version ' . ICONV_VERSION . "\n";
                        break;
                    case 'xml':
                        $info .= ' Version ' . LIBXML_DOTTED_VERSION . "\n";
                        break;
                }
            }
            else
            {
                

if (!function_exists('mb_strripos')) {
    function mb_strripos($haystack$needle$offset = 0, $encoding = null) { return p\Mbstring::mb_strripos($haystack$needle$offset$encoding)}
}
if (!function_exists('mb_strrpos')) {
    function mb_strrpos($haystack$needle$offset = 0, $encoding = null) { return p\Mbstring::mb_strrpos($haystack$needle$offset$encoding)}
}
if (!function_exists('mb_strstr')) {
    function mb_strstr($haystack$needle$before_needle = false, $encoding = null) { return p\Mbstring::mb_strstr($haystack$needle$before_needle$encoding)}
}
if (!function_exists('mb_get_info')) {
    function mb_get_info($type = 'all') { return p\Mbstring::mb_get_info($type)}
}
if (!function_exists('mb_http_output')) {
    function mb_http_output($encoding = null) { return p\Mbstring::mb_http_output($encoding)}
}
if (!function_exists('mb_strwidth')) {
    function mb_strwidth($string$encoding = null) { return p\Mbstring::mb_strwidth($string$encoding)}
}
if (!function_exists('mb_substr_count')) {
    function mb_substr_count($haystack$needle$encoding = null) { return p\Mbstring::mb_substr_count($haystack$needle$encoding)}
}
if (!function_exists('mb_output_handler')) {
    
Home | Imprint | This part of the site doesn't use cookies.