|
PHP5中文手册
gmp_sign(PHP 4 >= 4.0.4, PHP 5) gmp_sign — Sign of number 说明
int gmp_sign
( resource $a
)
Checks the sign of a number. 参数
返回值Returns 1 if a is positive, -1 if a is negative, and 0 if a is zero. 范例
Example#1 gmp_sign() example
<?php 上例将输出:
|