PHP Doku:: Perform PUT request with stream - function.http-put-stream.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteHTTPHTTP Funktionenhttp_put_stream

Ein Service von Reinhard Neidl - Webprogrammierung.

HTTP Funktionen

<<http_put_file

http_request_body_encode>>

http_put_stream

(PECL pecl_http >= 0.10.0)

http_put_streamPerform PUT request with stream

Beschreibung

string http_put_stream ( string $url [, resource $stream [, array $options [, array &$info ]]] )

Performs an HTTP PUT request on the supplied url.

Siehe auch die vollständige Liste der Request-Optionen.

Parameter-Liste

url

URL

stream

The stream to read the PUT request body from

options

Request-Optionen

info

Request/Response-Information

Rückgabewerte

Gibt die HTTP-Antwort(en) als String zurück oder FALSE bei Fehlern.


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",...)