fork download
  1. <?php
  2.  
  3. // your code goes here
  4.  
  5.  
  6. echo $in = implode(',', array_fill(0, 5, '?'));
  7.  
Success #stdin #stdout 0.04s 25708KB
stdin
Standard input is empty
stdout
?,?,?,?,?