mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-27 07:55:49 +03:00
[GH-ISSUE #201] Recover images in search #138
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#138
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DarKl4ne on GitHub (Aug 30, 2020).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/201
Hello
I wanted to know how we can get the address of the image when we do an album search. I tried but still have an array error. So i can't do it
thank you for your help
@adamazad commented on GitHub (Aug 30, 2020):
Can you post the code snippet for it?
@DarKl4ne commented on GitHub (Aug 30, 2020):
Here is the display for research
Dans l'adresse api les images sont déjà dans array qui est items
So I would like to know how to retrieve information from an array which is already in an array
thank you
@adamazad commented on GitHub (Aug 30, 2020):
$albumis astdClass, so try:@DarKl4ne commented on GitHub (Aug 30, 2020):
Thank you very much it works
I was not far away I had done like this echo $album['images']['1']->url;
@jwilsson commented on GitHub (Aug 30, 2020):
Glad you got it working!
And thanks @adamazad for helping out!