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

search for in the

HttpRequest::enableCookies> <HttpRequest::clearHistory
Last updated: Fri, 13 Nov 2009

view this page in

HttpRequest::__construct

(PECL pecl_http >= 0.10.0)

HttpRequest::__constructHttpRequest kurucusu

Açıklama

public void HttpRequest::__construct ([ string $url [, int $istek_yöntemi = HTTP_METH_GET [, array $seçenekler ]]] )

Yeni bir HttpRequest nesnesi örnekler.

Değiştirgeler

url

İstek yapılan hedef URL.

istek_yöntemi

Kullanılacak istek yöntemi.

seçenekler

İstek seçeneklerini içeren bir ilişkisel dizi

Hatalar/İstisnalar

HttpException istisnası yakalanır.



add a note add a note User Contributed Notes
HttpRequest::__construct
andychr17 at hotmail dot com
30-Jun-2008 02:34
I found that by not having a trailing slash (e.g. "http://www.google.com"), HttpRequest would tack on the URI of the script I was currently accessing.

An easy way to prevent this from happening is to include a trailing slash in the url. This way, "http://www.google.com" becomes "http://www.google.com/".

HttpRequest::enableCookies> <HttpRequest::clearHistory
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites