PHP
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

http_put_stream> <http_put_data
Last updated: Fri, 26 Dec 2008

view this page in

http_put_file

(PECL pecl_http >= 0.10.0)

http_put_fileEffectue une requête PUT avec un fichier

Description

string http_put_file ( string $url [, string $file [, array $options [, array &$info ]]] )

Effectue une requête HTTP PUT sur l'URL fournie.

Voir la liste complète des options de demande.

Liste de paramètres

url

URL

file

le fichier à envoyer par méthode PUT

options

options de demande

info

information de demande/réponse

Valeurs de retour

Retourne la(les) réponse(s) HTTP sous la forme d'une chaîne de caractères en cas de succès, ou FALSE si une erreur survient.



add a note add a note User Contributed Notes
http_put_file
There are no user contributed notes for this page.

http_put_stream> <http_put_data
Last updated: Fri, 26 Dec 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites