是否有可能在PHP中轻松"旋转"一个数组?
像这样:1,2,3,4 - > 2,3,4,1
是否有某种内置的PHP函数?
php arrays rotation shift
arrays ×1
php ×1
rotation ×1
shift ×1