mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
Update dependencies
This commit is contained in:
parent
fad0bc9153
commit
4497b68366
37 changed files with 503 additions and 502 deletions
|
|
@ -58,11 +58,7 @@ if (extension_loaded('mbstring')) {
|
|||
}
|
||||
} else {
|
||||
if (!function_exists('iconv_strlen')) {
|
||||
if (extension_loaded('xml')) {
|
||||
function iconv_strlen(?string $string, ?string $encoding = null): int|false { return p\Iconv::strlen1((string) $string, $encoding); }
|
||||
} else {
|
||||
function iconv_strlen(?string $string, ?string $encoding = null): int|false { return p\Iconv::strlen2((string) $string, $encoding); }
|
||||
}
|
||||
function iconv_strlen(?string $string, ?string $encoding = null): int|false { return p\Iconv::iconv_strlen((string) $string, $encoding); }
|
||||
}
|
||||
|
||||
if (!function_exists('iconv_strpos')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue