php 数组能实现哪些数据结构

2025-04-24 01:54:22
推荐回答(1个)
回答1:

数组就是典型的数据结构了,使用数组操作函数,就可以实现单向和多向队列了。 操作函数有: array_shift array_unshift array_push array_pop