PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SplQueue::__construct> <SplStack::setIteratorMode
Last updated: Fri, 14 Nov 2008

view this page in

SplQueue クラス

導入

SplQueue クラスは、キューの主要な機能を提供します。 双方向リンクリストを使用して実装しています。

クラス概要

SplQueue
SplQueue extends SplDoublyLinkedList implements Iterator , ArrayAccess , Countable {
/* メソッド */
mixed SplQueue::dequeue ( void )
void SplQueue::enqueue ( mixed $value )
void SplQueue::setIteratorMode ( int $mode )
/* 継承したメソッド */
mixed SplDoublyLinkedList::key ( void )
void SplDoublyLinkedList::offsetSet ( mixed $index , mixed $newval )
mixed SplDoublyLinkedList::pop ( void )
mixed SplDoublyLinkedList::top ( void )
}

目次



add a note add a note User Contributed Notes
SplQueue
There are no user contributed notes for this page.

SplQueue::__construct> <SplStack::setIteratorMode
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites