fork download
  1. <?php
  2. $data = array(
  3. "id"=>"45",
  4. "att_id"=>NULL,
  5. "userid"=>"0",
  6. "name"=>"35347142029686021582_FireShot Screen.png",
  7. "type"=>"3",
  8. "datetime"=>"2015-01-26 12:59:02",
  9. "description"=>"",
  10. "path"=>"uploads/35347142029686021582_FireShot Screen.png"
  11. ),
  12. "id"=>"46",
  13. "att_id"=>NULL,
  14. "userid"=>"0",
  15. "name"=>"35347142029686021582_FireShot Screen.png",
  16. "type"=>"3",
  17. "datetime"=>"2015-01-26 12:59:02",
  18. "description"=>"",
  19. "path"=>"uploads/35347142029686021582_FireShot Screen.png"
  20. ),
  21. "id"=>"47",
  22. "att_id"=>NULL,
  23. "userid"=>"0",
  24. "name"=>"35347142029686021582_FireShot Screen.png",
  25. "type"=>"3",
  26. "datetime"=>"2015-01-26 12:59:02",
  27. "description"=>"",
  28. "path"=>"uploads/35347142029686021582_FireShot Screen.png"
  29. ),
  30. );
  31.  
  32. foreach ($data as $key => $value) {
  33. echo $value['id']."\n";
  34. echo $value['path']."\n";
  35.  
  36. }
  37.  
Success #stdin #stdout 0.02s 24400KB
stdin
Standard input is empty
stdout
45
uploads/35347142029686021582_FireShot Screen.png
46
uploads/35347142029686021582_FireShot Screen.png
47
uploads/35347142029686021582_FireShot Screen.png