toArray() 공개 메소드

Non integer or string keys will be reindexed to respective incremented integers.
public toArray ( Traversable $iterator ) : array
$iterator Traversable
리턴 array
예제 #1
0
 public function asArray()
 {
     return $this->scheme->toArray($this->elements);
 }