php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容
源代码在线查看: class.spldoublylinkedlist.html
The SplDoublyLinkedList class SimpleXMLIterator::valid SplDoublyLinkedList::bottom SPL PHP Manual The SplDoublyLinkedList class Introduction The SplDoublyLinkedList class provides the main functionalities of a doubly linked list. Class synopsis SplDoublyLinkedList SplDoublyLinkedList implements Iterator , ArrayAccess , Countable { /* Methods */ SplDoublyLinkedList::__construct ( void ) mixed SplDoublyLinkedList::bottom ( void ) int SplDoublyLinkedList::count ( void ) mixed SplDoublyLinkedList::current ( void ) int SplDoublyLinkedList::getIteratorMode ( void ) bool SplDoublyLinkedList::isEmpty ( void ) mixed SplDoublyLinkedList::key ( void ) void SplDoublyLinkedList::next ( void ) bool SplDoublyLinkedList::offsetExists ( mixed $index ) mixed SplDoublyLinkedList::offsetGet ( mixed $index ) void SplDoublyLinkedList::offsetSet ( mixed $index , mixed $newval ) void SplDoublyLinkedList::offsetUnset ( mixed $index ) mixed SplDoublyLinkedList::pop ( void ) void SplDoublyLinkedList::push ( mixed $value ) void SplDoublyLinkedList::rewind ( void ) void SplDoublyLinkedList::setIteratorMode ( int $mode ) mixed SplDoublyLinkedList::shift ( void ) mixed SplDoublyLinkedList::top ( void ) void SplDoublyLinkedList::unshift ( mixed $value ) bool SplDoublyLinkedList::valid ( void ) } Table of ContentsSplDoublyLinkedList::bottom 鈥