Hi,
Please help to solve the following problem using gmp_mod(). I bring the function from PHP Manual, but it is not working. Please help.
Thanks in advance.PHP Code:<?php
$mod = gmp_mod("8", "3");
echo gmp_strval($mod) . "\n";
?>
|
Results 1 to 17 of 17
Thread: gmp_mod()Threaded View
|
Click Here to Expand Forum to Full Width |