|
gmp_cmpCompare numbers Description
int gmp_cmp(GMPintstring
$num1 , GMPintstring $num2 )Compares two numbers. Parameters
Return Values
Returns a positive value if ExamplesExample #1 gmp_cmp example
The above example will output: 1 -1 0 |