PHP Velho Oeste 2024

HttpMessage::fromEnv

(PECL pecl_http >= 1.5.0)

HttpMessage::fromEnvBetik ortamından bir HttpMessage nesnesi oluşturur

Açıklama

static public HttpMessage HttpMessage::fromEnv ( int $ileti_türü [, string $sınıf_adı = "HttpMessage" ] )

Betik ortamından bir HttpMessage nesnesi oluşturur.

Değiştirgeler

ileti_türü

İleti türü. HttpMessage türü sabitlerine bakınız.

sınıf_adı

Bir HttpMessage nesnesinin alt sınıflarından biri.

Dönen Değerler

Başarı durumunda bir HttpMessage nesnesi ile aksi takdirde NULL ile döner.

Ayrıca Bakınız

add a note add a note

User Contributed Notes

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