update : 2015.11.03
php.shukuma.com

검색:
 
 
Set HTTP version

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).