Function.stream-context-set-params
Aus PHP-Wiki
kfz-versicherung und Bauartklassen Wohngebäudeversicherung, Deckungskarte . Finden Sie Ihren persönlichen Strom-Tarif! Stromtarife Vergleichen Online
stream_context_set_params — Set parameters for a stream/wrapper/context
Inhaltsverzeichnis |
Beschreibung
bool stream_context_set_params ( resource $stream_or_context , array $params )
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";.
Supported parameters
Parameters Purpose notification Name of user-defined callback function to be called whenever a stream triggers a notification. options Array of options as in stream_context_create().
Rückgabewerte
Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.