(PHP 4 >= 4.0.4, PHP 5)
a について、1 の補数を返します。
例 1. gmp_com() の例
<?php$com = gmp_com("1234");echo gmp_strval($com) . "\n";?>
上のプログラムの出力は以下のようになります。
-1235