Guest User

Untitled

a guest
Oct 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2. $items = [];
  3.  
  4. for($x = 0, $len = count($items); $x < $len; $x++) {
  5.  
  6. echo $items[$x];
  7.  
  8. }
Add Comment
Please, Sign In to add comment