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.

PHP Code:
<?php

$mod 
gmp_mod("8""3");
echo 
gmp_strval($mod) . "\n";

?>
Thanks in advance.