Advertisement
dragonbe

Untitled

Nov 21st, 2011
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.61 KB | None | 0 0
  1. object(Zend_Service_Flickr_ResultSet)[46]
  2.   public 'totalResultsAvailable' => int 0
  3.   public 'totalResultsReturned' => int 0
  4.   public 'firstResultPosition' => int 1
  5.   protected '_results' => null
  6.   private '_flickr' =>
  7.     object(Zend_Service_Flickr)[41]
  8.       public 'apiKey' => string '968bf6491c274e6abe558fa1140d1ec5' (length=32)
  9.       protected '_restClient' =>
  10.         object(Zend_Rest_Client)[40]
  11.           protected '_data' =>
  12.             array
  13.               empty
  14.           protected '_uri' =>
  15.             object(Zend_Uri_Http)[23]
  16.               protected '_username' => string '' (length=0)
  17.               protected '_password' => string '' (length=0)
  18.               protected '_host' => string 'www.flickr.com' (length=14)
  19.               protected '_port' => string '' (length=0)
  20.               protected '_path' => string '/services/rest/' (length=15)
  21.               protected '_query' => string '' (length=0)
  22.               protected '_fragment' => string '' (length=0)
  23.               protected '_regex' =>
  24.                 array
  25.                   'escaped' => string '%[[:xdigit:]]{2}' (length=16)
  26.                   'unreserved' => string '[A-Za-z0-9-_.!~*'()\[\]]' (length=24)
  27.                  'segment' => string '(?:%[[:xdigit:]]{2}|[A-Za-z0-9-_.!~*'()\[\]:@&=+$,;])*' (length=54)
  28.                   'path' => string '(?:\/(?:(?:%[[:xdigit:]]{2}|[A-Za-z0-9-_.!~*'()\[\]:@&=+$,;])*)?)+' (length=66)
  29.                  'uric' => string '(?:%[[:xdigit:]]{2}|[A-Za-z0-9-_.!~*'()\[\];\/?:@&=+$,])' (length=56)
  30.               protected '_scheme' => string 'http' (length=4)
  31.   private '_currentIndex' => int 0
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement