Skip to content

Instantly share code, notes, and snippets.

@ricardofiorani
Created September 5, 2015 13:12
Show Gist options
  • Save ricardofiorani/30a2ea848a44581a212a to your computer and use it in GitHub Desktop.
Save ricardofiorani/30a2ea848a44581a212a to your computer and use it in GitHub Desktop.
Replication of php-imgur-api-client issue #4
<?php
/**
* Created by PhpStorm.
* User: Ricardo
* Date: 05/09/2015
* Time: 09:48
*/
require __DIR__ . '/vendor/autoload.php';
$clientID = 'Omitted';
$clientSecret = 'Omitted';
$client = new \Imgur\Client();
$client->setOption('client_id', $clientID);
$client->setOption('client_secret', $clientSecret);
$images = $client->api('gallery')->gallery();
echo '<pre>';
foreach ($images as $img) {
if ($img instanceof \Imgur\Api\Model\GalleryAlbum) {
var_dump("Var Dumping Gallery : " . $img->getId());
var_dump($img);
var_dump("Var Dumping Gallery get images: " . $img->getId());
var_dump($img->getImages());
}
}
echo '</pre>';
string(27) "Var Dumping Gallery : 0kydF"
object(Imgur\Api\Model\GalleryAlbum)#61 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(3774)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(222)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(3555)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "0kydF"
["title":"Imgur\Api\Model\Album":private]=>
string(27) "Imgur, what have you done?!"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441424809)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "tQ5KdQZ"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(17) "NotWhatYouPlanted"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(93812)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/0kydF"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(10)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: 0kydF"
NULL
string(27) "Var Dumping Gallery : AFAM5"
object(Imgur\Api\Model\GalleryAlbum)#59 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(4791)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(245)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(4549)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "AFAM5"
["title":"Imgur\Api\Model\Album":private]=>
string(14) "But you didn't"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441419654)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "B5IDjnG"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(11) "SenorAussie"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(78116)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/AFAM5"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(25)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: AFAM5"
NULL
string(27) "Var Dumping Gallery : 4NXVK"
object(Imgur\Api\Model\GalleryAlbum)#58 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(14951)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(128)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(14823)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "4NXVK"
["title":"Imgur\Api\Model\Album":private]=>
string(78) "Dad Finds Brilliant Way To Reuse Leftover Crayons From Restaurants And Schools"
["description":"Imgur\Api\Model\Album":private]=>
string(564) "Bryan Ware, an inventive dad in San Francisco, has come up with a brilliant way to reuse leftover crayons that get thrown out by restaurants and schools – he melts them down and recycles them into new crayons for children at hospitals.
He came up with the idea in 2011 when celebrating his birthday at a restaurant. His waiter had brought his two sons some crayons, and he wondered where the crayons go after they’re done with them. His discovery that they get thrown out led to the Crayon Initiative, which delivers crayons to hospitals throughout California."
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441396260)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "BdONkGa"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(9) "bloodomen"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(283823)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/4NXVK"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(10)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: 4NXVK"
NULL
string(27) "Var Dumping Gallery : 1Qj1Y"
object(Imgur\Api\Model\GalleryAlbum)#56 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(4575)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(193)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(4382)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "1Qj1Y"
["title":"Imgur\Api\Model\Album":private]=>
string(36) "repost for awareness: Peta is a joke"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441418561)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "AK32wGe"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(9) "Brickem26"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(102438)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/1Qj1Y"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(3)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: 1Qj1Y"
NULL
string(27) "Var Dumping Gallery : 4qmDk"
object(Imgur\Api\Model\GalleryAlbum)#54 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(4407)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(213)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(4194)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "4qmDk"
["title":"Imgur\Api\Model\Album":private]=>
string(28) "Here's how I lost 100 pounds"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441418590)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "tNIY6C0"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(14) "JohnnyDrama611"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(105257)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/4qmDk"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(2)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: 4qmDk"
NULL
string(27) "Var Dumping Gallery : vbwZK"
object(Imgur\Api\Model\GalleryAlbum)#51 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(10257)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(219)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(10046)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "vbwZK"
["title":"Imgur\Api\Model\Album":private]=>
string(27) "Supernatural fans are weird"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441400865)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "qeEiMaY"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(23) "ProfessorExpertsStudent"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "hidden"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(219551)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/vbwZK"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(2)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: vbwZK"
NULL
string(27) "Var Dumping Gallery : Rv95c"
object(Imgur\Api\Model\GalleryAlbum)#48 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(1788)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(36)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(1752)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "Rv95c"
["title":"Imgur\Api\Model\Album":private]=>
string(13) "Put Pocketing"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441433945)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "JNJzqol"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(17) "RedheadedWanderer"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(35447)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/Rv95c"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(4)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: Rv95c"
NULL
string(27) "Var Dumping Gallery : QTvEs"
object(Imgur\Api\Model\GalleryAlbum)#46 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(15227)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(419)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(14819)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "QTvEs"
["title":"Imgur\Api\Model\Album":private]=>
string(29) "Are they plotting against us?"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441391535)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "Njk16cL"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(7) "kupri94"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(295682)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/QTvEs"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(6)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: QTvEs"
NULL
string(27) "Var Dumping Gallery : wnaX5"
object(Imgur\Api\Model\GalleryAlbum)#43 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(2206)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(140)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(2066)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "wnaX5"
["title":"Imgur\Api\Model\Album":private]=>
string(14) "Ages of Disney"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441429031)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "ZPFLrBy"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(11) "nerdydragon"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(42052)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/wnaX5"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(7)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: wnaX5"
NULL
string(27) "Var Dumping Gallery : crPzf"
object(Imgur\Api\Model\GalleryAlbum)#26 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(10597)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(190)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(10407)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "crPzf"
["title":"Imgur\Api\Model\Album":private]=>
string(16) "Atena Farghadani"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441393541)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "r9MXNhe"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(5) "Jaeto"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "hidden"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(237892)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/crPzf"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(13)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: crPzf"
NULL
string(27) "Var Dumping Gallery : PZbGG"
object(Imgur\Api\Model\GalleryAlbum)#24 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(10565)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(293)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(10272)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "PZbGG"
["title":"Imgur\Api\Model\Album":private]=>
string(43) "16 Strange and Insane Horror/Thriller Films"
["description":"Imgur\Api\Model\Album":private]=>
string(278) "Edit: I wont ask for nudes, instead I'll ask for something just as shameless. I'm trying to make a game, and would love some feedback http://drunkstruction.com help a fellow long-time imgurian out."
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441393311)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "Um3aphv"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(21) "clickhereforfilmlists"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "hidden"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(248948)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/PZbGG"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(16)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: PZbGG"
NULL
string(27) "Var Dumping Gallery : ch3xd"
object(Imgur\Api\Model\GalleryAlbum)#35 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(5670)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(206)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(5468)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "ch3xd"
["title":"Imgur\Api\Model\Album":private]=>
string(42) "12 movie moments that happened by accident"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441404901)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "cYyuWh0"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(9) "NlGHTW0LF"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "hidden"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(126022)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/ch3xd"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(12)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: ch3xd"
NULL
string(27) "Var Dumping Gallery : 6470u"
object(Imgur\Api\Model\GalleryAlbum)#73 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(4050)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(120)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(3939)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "6470u"
["title":"Imgur\Api\Model\Album":private]=>
string(163) "This guy (@rwchernow) was supposed to be going to a bachelor party with his friends and their flights got canceled so he's documenting his time alone on Instagram."
["description":"Imgur\Api\Model\Album":private]=>
string(155) "This guy was supposed to be going to a bachelor party with his friends and their flights got canceled so he's documenting his time alone on Instagram."
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441406207)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "9e4zwXv"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(18) "thefatherofflowers"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(277165)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/6470u"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(1)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: 6470u"
NULL
string(27) "Var Dumping Gallery : 8l33W"
object(Imgur\Api\Model\GalleryAlbum)#75 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(3477)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(96)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(3382)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "8l33W"
["title":"Imgur\Api\Model\Album":private]=>
string(51) "The wrinkles in this pigs forehead looks like Yoda."
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441408603)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "RNVtyEt"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(10) "olivialove"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(222080)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/8l33W"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(2)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: 8l33W"
NULL
string(27) "Var Dumping Gallery : uLdAW"
object(Imgur\Api\Model\GalleryAlbum)#78 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(12355)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(273)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(12082)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "uLdAW"
["title":"Imgur\Api\Model\Album":private]=>
string(18) "The more you know!"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441382248)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "fDYum4j"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(6) "Ktyuio"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(292602)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/uLdAW"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(31)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: uLdAW"
NULL
string(27) "Var Dumping Gallery : WIcCn"
object(Imgur\Api\Model\GalleryAlbum)#80 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(6807)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(248)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(6870)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "WIcCn"
["title":"Imgur\Api\Model\Album":private]=>
string(44) "My personal favorite Bart Simpson crank call"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441392408)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "WeiAAt4"
["accountUrl":"Imgur\Api\Model\Album":private]=>
NULL
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(720359)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/WIcCn"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(5)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: WIcCn"
NULL
string(27) "Var Dumping Gallery : pa5xD"
object(Imgur\Api\Model\GalleryAlbum)#85 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(1947)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(47)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(1900)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "pa5xD"
["title":"Imgur\Api\Model\Album":private]=>
string(34) "Today, I accomplished a life goal."
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441415869)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "6t87Yyo"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(8) "mehorton"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(49972)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/pa5xD"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(2)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: pa5xD"
NULL
string(27) "Var Dumping Gallery : R2QIP"
object(Imgur\Api\Model\GalleryAlbum)#88 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(8104)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(364)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(7749)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "R2QIP"
["title":"Imgur\Api\Model\Album":private]=>
string(6) "cattax"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441387694)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "luVtsjS"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(14) "kimmieismyname"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(259925)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/R2QIP"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(3)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: R2QIP"
NULL
string(27) "Var Dumping Gallery : V9Wmr"
object(Imgur\Api\Model\GalleryAlbum)#93 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(4526)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(127)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(5126)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "V9Wmr"
["title":"Imgur\Api\Model\Album":private]=>
string(21) "Meowth has zero chill"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441393710)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "IgG1Wha"
["accountUrl":"Imgur\Api\Model\Album":private]=>
NULL
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(235874)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/V9Wmr"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(2)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: V9Wmr"
NULL
string(27) "Var Dumping Gallery : PTHdk"
object(Imgur\Api\Model\GalleryAlbum)#98 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(12067)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(323)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(11758)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "PTHdk"
["title":"Imgur\Api\Model\Album":private]=>
string(31) "Take a trip down nostalgia lane"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441375770)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "PQcAp1L"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(19) "PatchesMcFoodStamps"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(313063)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/PTHdk"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(30)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: PTHdk"
NULL
string(27) "Var Dumping Gallery : sehHr"
object(Imgur\Api\Model\GalleryAlbum)#99 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(3871)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(261)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(4017)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "sehHr"
["title":"Imgur\Api\Model\Album":private]=>
string(225) "Getting sick of the myth that actresses and models in the 40s and 50s were "real women," health beauty standards have somehow changed. So I made an album of famous actresses of the era, complete with height and weight. Enjoy!"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441396316)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "l5sJYom"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(11) "taxconfused"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(181692)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/sehHr"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(33)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: sehHr"
NULL
string(27) "Var Dumping Gallery : 7wWYz"
object(Imgur\Api\Model\GalleryAlbum)#102 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(13193)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(1089)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(12104)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "7wWYz"
["title":"Imgur\Api\Model\Album":private]=>
string(27) "Sisterhood of imgur, unite!"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441372633)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "SttcDmA"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(19) "thepeaceandserenity"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(357005)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/7wWYz"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(9)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: 7wWYz"
NULL
string(27) "Var Dumping Gallery : uvhJ4"
object(Imgur\Api\Model\GalleryAlbum)#114 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(10123)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(452)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(9671)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "uvhJ4"
["title":"Imgur\Api\Model\Album":private]=>
string(12) "Holy Batman!"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441373112)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "Fsgz1gP"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(7) "ashIG88"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(349161)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/uvhJ4"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(41)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: uvhJ4"
NULL
string(27) "Var Dumping Gallery : 3F1RB"
object(Imgur\Api\Model\GalleryAlbum)#118 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(9081)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(259)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(8822)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "3F1RB"
["title":"Imgur\Api\Model\Album":private]=>
string(15) "Top Gear indeed"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441374032)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "QqMBS9l"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(13) "TootinFrootin"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(279843)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/3F1RB"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(11)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: 3F1RB"
NULL
string(27) "Var Dumping Gallery : DtvuZ"
object(Imgur\Api\Model\GalleryAlbum)#129 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(6596)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(109)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(6487)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "DtvuZ"
["title":"Imgur\Api\Model\Album":private]=>
string(21) "Well, he's not wrong."
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441377039)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "ychKEgB"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(17) "rodkimblestuntman"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "hidden"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(172147)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/DtvuZ"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(4)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: DtvuZ"
NULL
string(27) "Var Dumping Gallery : QT80U"
object(Imgur\Api\Model\GalleryAlbum)#133 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(6758)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(161)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(6606)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "QT80U"
["title":"Imgur\Api\Model\Album":private]=>
string(30) "Disney Character Oil Paintings"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441375228)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "CYRYW6V"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(19) "PatchesMcFoodStamps"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(214204)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/QT80U"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(5)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: QT80U"
NULL
string(27) "Var Dumping Gallery : wQ4v4"
object(Imgur\Api\Model\GalleryAlbum)#138 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(5267)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(163)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(5113)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "wQ4v4"
["title":"Imgur\Api\Model\Album":private]=>
string(17) "Good Guy Goodwill"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441379446)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "TqlUCG2"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(9) "GypsyJack"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(183990)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/wQ4v4"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(13)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: wQ4v4"
NULL
string(27) "Var Dumping Gallery : 4GrVy"
object(Imgur\Api\Model\GalleryAlbum)#142 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(7426)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(485)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(6954)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "4GrVy"
["title":"Imgur\Api\Model\Album":private]=>
string(43) "Police Officers murdered in the last month."
["description":"Imgur\Api\Model\Album":private]=>
string(188) "With the news of Deputy Goforth's "execution style" cold blooded murder, I want to dedicate a page to all the police officers who have been murdered in the last month alone."
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441372080)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "DbQ3nYe"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(19) "ToHyruleInTheTardis"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(260594)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/4GrVy"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(9)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: 4GrVy"
NULL
string(27) "Var Dumping Gallery : gqAcV"
object(Imgur\Api\Model\GalleryAlbum)#143 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(8581)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(196)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(8398)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "gqAcV"
["title":"Imgur\Api\Model\Album":private]=>
string(26) "Dmitrius' the stray kitten"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441368079)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "GBualRl"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(12) "dmitrigreene"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(644224)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/gqAcV"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(30)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: gqAcV"
NULL
string(27) "Var Dumping Gallery : 4KoGZ"
object(Imgur\Api\Model\GalleryAlbum)#151 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(10624)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(248)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(10376)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "4KoGZ"
["title":"Imgur\Api\Model\Album":private]=>
string(21) "This show was so good"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441360694)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "uKuHt1p"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(15) "YourMorningWood"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(363187)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/4KoGZ"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(4)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: 4KoGZ"
NULL
string(27) "Var Dumping Gallery : UMiI2"
object(Imgur\Api\Model\GalleryAlbum)#178 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(2629)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(113)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(2517)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "UMiI2"
["title":"Imgur\Api\Model\Album":private]=>
string(17) "This groom's cake"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441369204)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "J7ciOnU"
["accountUrl":"Imgur\Api\Model\Album":private]=>
NULL
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(690431)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/UMiI2"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(3)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: UMiI2"
NULL
string(27) "Var Dumping Gallery : qvoIA"
object(Imgur\Api\Model\GalleryAlbum)#180 (18) {
["ups":"Imgur\Api\Model\GalleryAlbum":private]=>
int(7520)
["downs":"Imgur\Api\Model\GalleryAlbum":private]=>
int(233)
["score":"Imgur\Api\Model\GalleryAlbum":private]=>
int(7287)
["isAlbum":"Imgur\Api\Model\GalleryAlbum":private]=>
bool(true)
["vote":"Imgur\Api\Model\GalleryAlbum":private]=>
NULL
["id":"Imgur\Api\Model\Album":private]=>
string(5) "qvoIA"
["title":"Imgur\Api\Model\Album":private]=>
string(29) "U.S. Military ranks explained"
["description":"Imgur\Api\Model\Album":private]=>
NULL
["datetime":"Imgur\Api\Model\Album":private]=>
int(1441347275)
["cover":"Imgur\Api\Model\Album":private]=>
string(7) "8wik7cq"
["accountUrl":"Imgur\Api\Model\Album":private]=>
string(10) "FurryHippo"
["privacy":"Imgur\Api\Model\Album":private]=>
string(6) "public"
["layout":"Imgur\Api\Model\Album":private]=>
string(4) "blog"
["views":"Imgur\Api\Model\Album":private]=>
int(248045)
["link":"Imgur\Api\Model\Album":private]=>
string(24) "http://imgur.com/a/qvoIA"
["deletehash":"Imgur\Api\Model\Album":private]=>
NULL
["imagesCount":"Imgur\Api\Model\Album":private]=>
int(3)
["images":"Imgur\Api\Model\Album":private]=>
NULL
}
string(37) "Var Dumping Gallery get images: qvoIA"
NULL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment