Magic::__isset PHP Méthode

__isset() public méthode

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