fork download
  1. <?php
  2. $numeros = array(12, 14, 121, 123);
  3. foreach ($numeros as $item) {
  4. implode($numeros, ", ");
  5. }
  6. echo substr($numero, 2);
Success #stdin #stdout #stderr 0.02s 52432KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Notice:  Undefined variable: numero in /home/wy0Ync/prog.php on line 6