| bcmodGet modulus of an arbitrary precision number Description
   string bcmod
    ( string  $left_operand, string$modulus)
   Get the modulus of the  Parameters
 
 Return Values
   Returns the modulus as a string, or  ExamplesExample #1 bcmod example 
<?phpSee Also
 
 |