php - Is it possible to reverse the orderby results with youtube API? -


re: http://code.google.com/apis/youtube/2.0/developers_guide_php.html#searching_for_videos

im using orderby or zend gdata api calles setorderby results ranked viewcount. returned in descending order , need ascending. possible?

if can results array, can reverse order calling array_reverse().


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -