PHP Doku:: Set parameters for a stream/wrapper/context - function.stream-context-set-params.html

Verlauf / Chronik / History: (50) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStreamsStream Funktionenstream_context_set_params

Ein Service von Reinhard Neidl - Webprogrammierung.

Verdiene Geld mit Deiner Homepage oder deinem Blog: Setzte eine Textlinkwerbung und bestimme den Preis selber.
Einfach kostenlos anmelden und einen Platz auf Deiner Homepage anbieten.
Make money with your homepage or blog: Set a text link advertising and declare the price.
Register free of charge and offer a place on your homepage.
Stream Funktionen

<<stream_context_set_option

stream_copy_to_stream>>

stream_context_set_params

(PHP 4 >= 4.3.0, PHP 5)

stream_context_set_paramsSet parameters for a stream/wrapper/context

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 context options and parameters.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.


Verdiene Geld mit Deiner Homepage oder deinem Blog: Setzte eine Textlinkwerbung und bestimme den Preis selber.
Einfach kostenlos anmelden und einen Platz auf Deiner Homepage anbieten.
Make money with your homepage or blog: Set a text link advertising and declare the price.
Register free of charge and offer a place on your homepage.
Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)