PHP » PYTHON |
login |
register |
about
|
In python, the percentage sign is the modulus operator.
As per example: print 4 % 2 print 2 % 4 If you want to take strings, like bcmod() in PHP: print int('4') % int('2') print int('2') % int('4') bcmod(PHP 4, PHP 5) bcmod — Get modulus of an arbitrary precision number Description
string bcmod
( string $left_operand
, string $modulus
)
Get the modulus of the left_operand using modulus . Parameters
Return ValuesReturns the modulus as a string, or NULL if modulus is 0. ExamplesExample #1 bcmod() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|