| 
 | gmp_popcountPopulation count Description
   int gmp_popcount
    ( GMP  $a)Get the population count. Parameters
 
 Return Values
   The population count of  Examples
 Example #1 gmp_popcount example 
<?phpThe above example will output: 3 7 |