mam problem int jest ograniczony do 2147483647
a ja musze znalesc reszte z dzielenia
124020929319000000000001122500 przez 97 powinna wyjsc 13
$reszta = $cyfra % 97
daje wynik w int ;(
co jest dla mnie problemem
<?php { $take = 5; $mod = ''; do { $mod = $a % $y; } return (int)$mod; } ?>