SqlParser\TokensList::offsetExists PHP 메소드

offsetExists() 공개 메소드

Checks if an offset was previously set.
public offsetExists ( integer $offset ) : boolean
$offset integer The offset to be checked.
리턴 boolean
    public function offsetExists($offset)
    {
        return $offset < $this->count;
    }