php将数组中的最后一个元素放到第一个

array_unshift($firstStepResult, array_pop($firstStepResult));

 转换之后