Guest User

Untitled

a guest
May 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. //Json Array
  2.  
  3. instances": [
  4. {
  5. "start": "2017-08-02T14:15:00"
  6. }
  7. ]
  8.  
  9. //CODE
  10. $count = count($characters->instances);
  11. for(reset($i); $i < $count; ++$i) {
  12. print_r ($characters->instances[$i]->start);
  13. }
Add Comment
Please, Sign In to add comment