Icicle\Concurrent\Worker\Environment::get PHP Method

get() public method

public get ( string $key ) : mixed | null
$key string
return mixed | null Returns null if the key does not exist.
    public function get(string $key);