class@anonymous::stream_open()

Source

public function stream_open(): bool
{
    $this->data = \stream_context_get_options($this->context)['Nyholm-Psr7-Zval']['data'];
    \stream_context_set_option($this->context, 'Nyholm-Psr7-Zval', 'data', null);
    return \true;
}

User Contributed Notes

You must log in before being able to contribute a note or feedback.