stream_context_set_params
stream_context_set_params
Set parameters for a stream/wrapper/context
true **stream_context_set_params** resource $context array $params
Sets parameters on the specified context.
contextThe stream or context to apply the parameters too.
params
An associative array of parameters to be set in the following format:
.
$params['paramname'] = "paramvalue";
return.success
stream_notification_callback