|
PHP5中文手册
gmp_popcount(PHP 4 >= 4.0.4, PHP 5) gmp_popcount — Population count 说明
int gmp_popcount
( resource $a
)
Get the population count. 参数
返回值The population count of a , as an integer. 范例
Example#1 gmp_popcount() example
<?php 上例将输出:
|