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

offsetExists() 공개 메소드

Checks if an offset exists.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
리턴 boolean
    public function offsetExists($offset)
    {
        return isset($this->collection[$offset]);
    }