ProjectsScriptsOtherPXE |
GetUserSetsgetUserSets() Will list out all sets that belong to the user. Requires the flickr user ID and will exclude listed set ID's (separate by space) Use: getUserSets('72157617449333916 72157600970669953') Array Output
Array
(
[0] => Array
(
[id] => SimpleXMLElement Object
(
[0] => 72157600968738578
)
[secret] => SimpleXMLElement Object
(
[0] => f92fac1731
)
[server] => SimpleXMLElement Object
(
[0] => 2118
)
[farm] => SimpleXMLElement Object
(
[0] => 3
)
[num] => SimpleXMLElement Object
(
[0] => 32
)
[title] => SimpleXMLElement Object
(
[0] => Family
)
)
)
Element Explanations:
|
