fork download
  1. <?php
  2. $array=array(1,2,3,5,1,7,15);
Success #stdin #stdout 0.01s 82880KB
stdin
Standard input is empty
stdout
Array
(
    [0] => 1
    [1] => 2
    [2] => 3
    [3] => 5
    [5] => 7
    [6] => 15
)