Guest User

Untitled

a guest
May 26th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. array =>
  2. (
  3. [dogs] => array
  4. (
  5. [breeds] => array
  6. (
  7. [0] => 'german shepard',
  8. [1] => 'golden retriever',
  9. [2] => 'poodle',
  10. )
  11. )
  12. [cats] => array
  13. (
  14. [breeds] => array
  15. (
  16. [0] => 'siamese',
  17. [1] => 'tabby'
  18. )
  19. )
  20. )
  21.  
  22. i want to operate only on dog breeds but without using any keys
Add Comment
Please, Sign In to add comment