PHPHtmlParser\Dom\Collection::toArray PHP 메소드

toArray() 공개 메소드

Returns this collection as an array.
public toArray ( ) : array
리턴 array
    public function toArray()
    {
        return $this->collection;
    }