|
PHP5中文手册
gmp_invert(PHP 4 >= 4.0.4, PHP 5) gmp_invert — Inverse by modulo 说明
resource gmp_invert
( resource $a
, resource $b
)
Computes the inverse of a modulo b . 参数
返回值A GMP number on success or FALSE if an inverse does not exist. 范例
Example#1 gmp_invert() example
<?php 上例将输出:
|