PHP Velho Oeste 2024

HttpQueryString::__construct

(PECL pecl_http >= 0.22.0)

HttpQueryString::__constructHttpQueryString kurucusu

Açıklama

final public void HttpQueryString::__construct ([ bool $küresel = true [, mixed $ek ]] )

HttpQueryString nesnesinin yeni bir örneğini oluşturur.

küresel değiştirgesinin değeri TRUE olduğu takdirde $_GET ve $_SERVER['QUERY_STRING'] üzerlerinde işlem yapar.

Değiştirgeler

küresel

$_GET ve $_SERVER['QUERY_STRING'] üzerinde işlem yapılıp yapılmayacağı belirtilir.

ek

Ek/ilk sorgu dizgesi değiştirgeleri.

Hatalar/İstisnalar

HttpRuntimeException istisnası yakalanır.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top