fork download
  1. <?php
  2.  
  3.  
  4. $fatorial = gmp_fact(10);
  5. echo gmp_strval($fatorial);
Success #stdin #stdout 0s 82880KB
stdin
Standard input is empty
stdout
3628800