stream_context_set_params
Set parameters for a stream/wrapper/context
Beschreibung
bool stream_context_set_params
( resource $stream_or_context
, array $params
)
Parameter-Liste
-
stream_or_context
-
The stream or context to apply the parameters too.
-
params
-
An array of parameters to set.
Hinweis:
params should be an associative array of the structure:
$params['paramname'] = "paramvalue";.
Rückgabewerte
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.
Siehe auch
- stream_notification_callback