Новости | Документация | Download | Webboard | FAQ | Поиск | Контакты


bcmod

(PHP 4, PHP 5)

bcmodGet modulus of an arbitrary precision number

Описание

string bcmod ( string $left_operand , string $modulus )

Get the modulus of the left_operand using modulus .

Список параметров

left_operand

The left operand, as a string.

modulus

The modulus, as a string.

Возвращаемые значения

Returns the modulus as a string, or NULL if modulus is 0.

Примеры

Пример #1 bcmod() example

<?php
echo bcmod('4''2'); // 0
echo bcmod('2''4'); // 2
?>

Смотрите также

  • bcdiv() - Divide two arbitrary precision numbers






  Copyright Apache.ru © 1999-2017, All Rights Reserved Разработка сайта: Inside.ru  
  РЕКЛАМА НА САЙТЕ: |