php 数据结构之链表队列 php链表队列实例代码:classQueue{private$last;private$first;private$oldfirst;privatestatic$n=0;publicfunction__c 队列的实现