PHP
Referenzliste
stream_context_set_option
Stream Funktionen
Befehl:
bool stream_context_set_option ( resource $stream_or_context , string $wrapper , string $option , mixed $value )
bool stream_context_set_option ( resource $stream_or_context , array $options )
bool stream_context_set_option ( resource $stream_or_context , array $options )
Parameter-Liste:
Beschreibung | |
---|---|
Der Stream oder Kontext Ressource, um die Optionen zu bewerben. | |
Die Optionen für die Standard-Kontext gesetzt. |
Beschreibung:
Legt eine Option auf den angegebenen Kontext.
value
ist auf options
für wrapper
. Aktiv in Version:
(PHP 4 >= 4.3.0, PHP 5, PHP 7)
Hinweis:
Hinweis:
options muss ein assoziatives Array von assoziativen Arrays im Format $arr['wrapper'] ['option'] = $value sein.
Siehe Kontext Optionen und Parameter für eine Auflistung der Stream-Optionen.
stream_context_set_option() - Beispiel
Eingabe:
Noch kein Beispiel vorhanden.
Stream Funktionen