PHP function stream_context_set_params()
Availability in versions: PHP 4.3.0
Set parameters for a stream/wrapper/context
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$stream_or_context |
resource |
not | The stream or context to apply the parameters too. |
$params |
array |
not | An array of parameters to set. |
Return values
bool
Returns true on success, otherwise false on failure.