Re: modulo function
[email protected] (Maciek Sokolewicz)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On 17-3-2013 22:23, georg wrote: > Guess there should be one in PHP but cant find it > > (tnx for many earlier answers) > > Br georg > You mean the modulus operator? 10%3 => 1 http://www.php.net/manual/en/language.operators.arithmetic.php