从队列数组队头删除数据可以使用( )函数。

从队列数组队头删除数据可以使用( )函数。

A. array_unshift()

B. array_push()

C. array_shift()

D. array_pop()

正确答案是B