从队列数组队头删除数据可以使用()函数。
A:array_push()
B:array_pop()
C:array_shift()
D:array_unshift()
出自:计算机科学