Guest User

Untitled

a guest
May 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. [authors_summary] => Array
  2. (
  3. [0] => Array
  4. (
  5. [id] => 123456789
  6. [name] => Ben Smith
  7. )
  8.  
  9. [1] => Array
  10. (
  11. [nconst] => 987654321
  12. [name] => Tommy Lee
  13. )
  14.  
  15. )
  16.  
  17. $authors = $book->authors_summary[0]['name'];
  18.  
  19. $authors = $book->authors_summary[0]['name'];
  20. echo $authors;
  21.  
  22. )
Add Comment
Please, Sign In to add comment