Jump to content

array reverse


kworld

Recommended Posts

Hi kworld,

you are absolutely right when you said that your type of variable is not array. You think that it's array because you can iterate it's in foreach but it's just object implemented iterator interface for instance - http://php.net/manual/en/class.iterator.php. I don't know for what exactly you need reversed array but try to create yourown array by array_unshift (to reverse it) or use xpath to get some element.

cheers!

Link to comment
https://forums.phpfreaks.com/topic/200428-array-reverse/#findComment-1051865
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.