Guest User

Untitled

a guest
Jun 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. array(3) {
  2. [0] => array(2) {
  3. ["id"] => string(1) "1"
  4. ["name"] => string(8) "about us"
  5. }
  6. [1] => array(2) {
  7. ["id"] => string(1) "2"
  8. ["name"] => string(8) "services"
  9. }
  10. [2] => array(2) {
  11. ["id"] => string(1) "3"
  12. ["name"] => string(4) "home"
  13. }
  14. }
  15.  
  16. //to...
  17.  
  18. array(3) {
  19. [1] => string(8) "about us"
  20. [2] => string(8) "services"
  21. [3] => string(4) "home"
  22. }
Add Comment
Please, Sign In to add comment