PHP Dokumentation: Function stream-context-set-params
12. Januar 2010 von werner
stream_context_set_params
(PHP 4 >= 4.3.0, PHP 5)
stream_context_set_params — Set parameters for a stream/wrapper/context
Beschreibung
Sets parameters on the specified context.
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.