Exemplo n.º 1
0
	public function toArray($useKeys = false){
		return Iterators::toArray($this->iterator, $useKeys);
	}
Exemplo n.º 2
0
 /**
  * Copies elements of this fluent iterator into an array.
  * @return array
  */
 public function toArray()
 {
     return Iterators::toArray($this->iterator);
 }