Magic::__isset PHP 메소드

__isset() 공개 메소드

Alias for offsetexists()
public __isset ( $key ) : mixed
$key string
리턴 mixed
    function __isset($key)
    {
        return $this->offsetexists($key);
    }