phpQueryObject::offsetUnset PHP 메소드

offsetUnset() 공개 메소드

public offsetUnset ( $offset )
    public function offsetUnset($offset)
    {
        // empty
        throw new Exception("Can't do unset, use array interface only for calling queries and replacing HTML.");
    }