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

search for in the

http_redirect> <http_request_method_unregister
Last updated: Fri, 20 May 2011

view this page in

http_request

(PECL pecl_http >= 1.0.0)

http_requestRealizar una petición personalizada

Descripción

string http_request ( int $method , string $url [, string $body [, array $options [, array &$info ]]] )

Realiza sobre la url facilitada una petición HTTP personalizada.

Vea la lista completa de opciones de peticiones.

Parámetros

method

Método de petición

url

URL

body

Contenido de la petición

options

opciones de peticiones

info

Información de petición/respuesta

Valores devueltos

Returns the HTTP response(s) as string on success, or FALSE on failure.



add a note add a note User Contributed Notes http_request
halfcountplus at intergate dot com 10-Jun-2010 01:11
method arg is a define, eg "POST"
You need to install pecl_http to use this.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites