MongoLite\Cursor::toArray PHP 메소드

toArray() 공개 메소드

Get documents matching criteria
public toArray ( ) : array
리턴 array
    public function toArray()
    {
        return $this->getData();
    }