Search
You can find the results of your search below.
Fulltext results:
- call-iterator
- 2 Hits, Last modified:
- ss CallIterator =====
==== Prototype ====
<code php>
class CallIterator implements Iterator
{
pub... ==== Simplified example implementation ====
<code php>
class CallIterator implements Iterator
{
pro
- is-traversable
- 2 Hits, Last modified:
- is_traversable() =====
==== Prototype ====
<code php>
bool is_traversable(mixed $list)
</code>
==== Example implementation ====
<code php>
function is_traversable($iterator)
{
return
- iterate
- 2 Hits, Last modified:
- unction iterate() =====
==== Prototype ====
<code php>
void|array iterate(array|Traversable $list, bool... e)
</code>
==== Example implementation ====
<code php>
function iterate($list, $collect = false)
{