mirror of
https://github.com/kvazar-network/crypto-php.git
synced 2025-01-31 09:14:42 +00:00
fix mb_chr argument data type
This commit is contained in:
parent
c5f7e636e0
commit
cb5811ae58
@ -11,7 +11,7 @@ class Kevacoin
|
|||||||
if (is_numeric($value) && $value < 0xFFFFFFFF)
|
if (is_numeric($value) && $value < 0xFFFFFFFF)
|
||||||
{
|
{
|
||||||
return mb_chr(
|
return mb_chr(
|
||||||
$value,
|
(int) $value,
|
||||||
'ASCII'
|
'ASCII'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user