| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
Software
bcmul(PHP 4, PHP 5) bcmul — Multiplikation zweier Zahlen beliebiger Genauigkeit Beschreibung
string bcmul
( string $left_operand
, string $right_operand
[, int $scale
] )
Multipliziert left_operand mit right_operand . Parameter Liste
RückgabewerteGibt das Ergebnis als String zurück. BeispieleExample#1 bcmul()-Beispiel
<?php |