fork download
  1. <?php
  2.  
  3. $array = ['10','20','10','30','20','10',20];
Success #stdin #stdout 0.01s 52488KB
stdin
Standard input is empty
stdout
Array
(
    [10] => 3
    [20] => 3
    [30] => 1
)