ArrayAccess implementation of offsetExists()
string $offset Array key:
bool
public function offsetExists($offset) { return $this ->hasKey($offset) !== false; }