calmchess Posted May 31, 2010 Share Posted May 31, 2010 How do i shift the first element in an array to the last position? Quote 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() Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.