Guest User

Lyrics Var_dump

a guest
Jul 24th, 2012
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. Hey, thanks for the help! What you requested:
  2. <?php  
  3. $lyrics->getLyricsFromURL(55);
  4.  
  5. echo var_dump($lyrics);
  6.  
  7.  ?>
  8.  
  9. RETURNED:
  10. object(lyrics)[5]
  11.   public 'con' =>
  12.     object(PDO)[4]
Add Comment
Please, Sign In to add comment