phpQueryObject::offsetExists PHP Méthode

offsetExists() public méthode

public offsetExists ( $offset )
    public function offsetExists($offset)
    {
        return $this->find($offset)->size() > 0;
    }