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

search for in the

SplQueue> <SplStack::__construct
[edit] Last updated: Fri, 14 Jun 2013

view this page in

SplStack::setIteratorMode

(PHP 5 >= 5.3.0)

SplStack::setIteratorModeSets the mode of iteration

Descrição

void SplStack::setIteratorMode ( int $mode )

Parâmetros

mode

There is only one iteration parameter you can modify.

  • The behavior of the iterator (either one or the other):
    • SplDoublyLinkedList::IT_MODE_DELETE (Elements are deleted by the iterator)
    • SplDoublyLinkedList::IT_MODE_KEEP (Elements are traversed by the iterator)

The default mode is 0x2 : SplDoublyLinkedList::IT_MODE_LIFO | SplDoublyLinkedList::IT_MODE_KEEP

Aviso

The direction of iteration can no longer be changed for SplStacks. Trying to do so will result in a RuntimeException being thrown.

Valor Retornado

Não há valor retornado.



add a note add a note User Contributed Notes SplStack::setIteratorMode - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites