HttpMessage::setHttpVersion

(PECL pecl_http >= 0.10.0)

HttpMessage::setHttpVersionSet HTTP version

說明

public bool HttpMessage::setHttpVersion ( string $version )

Set the HTTP Protocol version of the Message.

參數

version

the HTTP protocol version

回傳值

Returns TRUE on success, or FALSE if supplied version is out of range (1.0/1.1).

add a note add a note

User Contributed Notes

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