© 本文檔使用 php中文網手册 發布
移除数组中的第一个元素并返回该元素。
arrayObj.shift( )
必选的 arrayObj 引用是一个 Array 对象。
shift 方法可移除数组中的第一个元素并返回该元素。
版本 5.5
unshift 方法
应用于: Array 对象