Class TSessionIterator
TSessionIterator class
TSessionIterator implements Iterator interface.
TSessionIterator is used by THttpSession. It allows THttpSession to return a new iterator for traversing the session variables.
- TSessionIterator implements Iterator
Package: System\Web
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Web/THttpSession.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Web/THttpSession.php
public
|
|
public
|
|
public
mixed
|
#
key( )
Returns the key of the current array element. This method is required by the interface Iterator. |
public
mixed
|
|
public
|
#
next( )
Moves the internal pointer to the next array element. This method is required by the interface Iterator. |
public
boolean
|
#
valid( )
Returns whether there is an element at current position. This method is required by the interface Iterator. |