|
stream_context_set_optionSets an option for a stream/wrapper/context Description
bool stream_context_set_option(
resource $stream_or_context ,string $wrapper ,string $option ,mixed $value ) The following alternative signature is deprecated as of PHP 8.4.0, use stream_context_set_options instead.
bool stream_context_set_option(resource
$stream_or_context , array $options )
Sets an option on the specified context. Parameters
Return Values
Returns Changelog
|