Requests_Session::__isset()
Remove a property's value
{} It's a method of the class: Requests_Session{}
No Hooks.
Return
null
. Nothing.
Usage
$Requests_Session = new Requests_Session(); $Requests_Session->__isset( $key );
- $key(string) (required)
- Property key
Code of Requests_Session::__isset() Requests Session:: isset WP 6.0
public function __isset($key) { return isset($this->options[$key]); }