calmchess Posted May 31, 2010 Share Posted May 31, 2010 How do i shift the first element in an array to the last position? Link to comment https://forums.phpfreaks.com/topic/203396-shift-1st-array-element-to-last-element/ Share on other sites More sharing options...
PFMaBiSmAd Posted May 31, 2010 Share Posted May 31, 2010 array_shift() array_push() Link to comment https://forums.phpfreaks.com/topic/203396-shift-1st-array-element-to-last-element/#findComment-1065529 Share on other sites More sharing options...
calmchess Posted May 31, 2010 Author Share Posted May 31, 2010 thanks Link to comment https://forums.phpfreaks.com/topic/203396-shift-1st-array-element-to-last-element/#findComment-1065535 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.