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