Witam..
Robię sobie mały panel sprzedanych rzeczy na allegro.
Wszystko pieknie fajnie aczkolwiek utknąłem na tablicy do której nie mogę się dostać..
Print_r ciągle zwraca mi pusty wynik i po dwóch dniach musiałem się poddać i poprosić Was o wskazówki.
Chodzi o tablicę:
(
[item-list-info-ext] => stdClass Object
(
[it-id] =>
[it-country] =>
[it-name] =>
[it-price] =>
[it-seller-id] =>
[it-seller-login] =>
[it-seller-rating] =>
[it-starting-price] => 0
[it-quantity] => 0
[it-reserve-price] => 0
[it-location] =>
[it-buy-now-price] => 1299
[it-buy-now-active] => 0
[it-high-bidder] => 0
[it-high-bidder-login] => H...2
[it-description] => NULL
[it-options] =>
[it-state] => 7
[it-wire-transfer] =>
[it-post-delivery] => -1
[it-post-info] =>
[it-quantity-type] => 0
[it-is-eco] => 0
[it-postcode] =>
[it-vat-invoice] => 1
[it-bank-account1] =>
[it-bank-account2] =>
[it-is-for-guests] => 0
[it-has-product] => 0
[it
-order
-fulfillment
-time] => 48
[it-ending-info] => 2
[it-is-allegro-standard] => 1
[it-is-new-used] => 1
)
(
[0] => stdClass Object
(
[cat-level] => 0
[cat-id] => 4
[cat-name] => Telefony i Akcesoria
)
[1] => stdClass Object
(
[cat-level] => 1
[cat-id] => 165
[cat-name] => Telefony komórkowe
)
[2] => stdClass Object
(
[cat-level] => 2
[cat-id] => 16618
[cat-name] => HTC
)
[3] => stdClass Object
(
[cat-level] => 3
[cat-id] => 111612
[cat-name] => HTC One S
)
)
(
[0] => stdClass Object
(
[image-type] => 1
[image-url] => <a href="http://img01.allegroimg.pl/photos/128x96/27/95/79/20/" target="_blank">http://img01.allegroimg.pl/photos/128x96/27/95/79/20/</a>
)
[1] => stdClass Object
(
[image-type] => 1
[image-url] => <a href="http://img01.allegroimg.pl/photos/128x96/27/95/79/20/2" target="_blank">http://img01.allegroimg.pl/photos/128x96/27/95/79/20/2</a>
)
[2] => stdClass Object
(
[image-type] => 1
[image-url] => <a href="http://img01.allegroimg.pl/photos/128x96/27/95/79/20/" target="_blank">http://img01.allegroimg.pl/photos/128x96/27/95/79/20/</a>
)
[3] => stdClass Object
(
[image-type] => 1
[image-url] => <a href="http://img01.allegroimg.pl/photos/128x96/27/95/79/20/" target="_blank">http://img01.allegroimg.pl/photos/128x96/27/95/79/20/</a>
)
[4] => stdClass Object
(
[image-type] => 1
[image-url] => <a href="http://img01.allegroimg.pl/photos/128x96/27/95/79/20" target="_blank">http://img01.allegroimg.pl/photos/128x96/27/95/79/20</a>
)
[5] => stdClass Object
(
[image-type] => 1
[image-url] => <a href="http://img01.allegroimg.pl/photos/128x96/27/95/79/2" target="_blank">http://img01.allegroimg.pl/photos/128x96/27/95/79/2</a>
)
[6] => stdClass Object
(
[image-type] => 2
[image-url] => <a href="http://img01.allegroimg.pl/photos/400x300/27/95/79/" target="_blank">http://img01.allegroimg.pl/photos/400x300/27/95/79/</a>
)
[7] => stdClass Object
(
[image-type] => 2
[image-url] => <a href="http://img01.allegroimg.pl/photos/400x300/27/95/79/" target="_blank">http://img01.allegroimg.pl/photos/400x300/27/95/79/</a>
)
)
)
o ile do
item-list-info-ext -> [it-name]
dostałem się bez problemu za pomocą
$nazwa = $client->doShowItemInfoExt($session['session-handle-part'], $numer_aukcji);
$nazwa = get_object_vars($nazwa['item-list-info-ext']);
$nazwa_aukcji = $nazwa['it-name'];
o tyle do item-img-list czyli do url obrazka nie mogę się dostać

Generalnie chciałbym wyciągnąć tylko jeden obrazek dokładnie -> [item-img-list] => [0] => [image-url] =>
http://img01.allegroimg.pl/photos/128x96/27/95/79/20/Nie mam już pomysłów.. Prosiłbym o jakąś pomoc ewentualnie wskazówki..
Pozdrawiam