📜  array_shift - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:28.782000             🧑  作者: Mango

代码示例1
To remove the first element or value from an array, array_shift() function is used. This function also returns the removed element of the array and returns NULL if the array is empty. PHP Function