bcmod

(PHP 3, PHP 4, PHP 5)

bcmod --  Modulo zweier Zahlen mit beliebiger Genauigkeit.

Beschreibung

string bcmod ( string linker Operand, string Modulus )

Liefert den linken Operanden modulo Modulus.

Beispiel 1. bcmod() Beispiel

<?php
echo bcmod(4, 2) . "\n";
echo
bcmod(2, 4);
?>

Das obige Beispiel gibt folgendes aus:

0
2

Siehe auch bcdiv().

Hosting by: Hurra Communications GmbH
Generated: 2007-01-26 17:56:58