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

search for in the

HttpMessage::__construct> <Request Options
Last updated: Sun, 25 Nov 2007

view this page in

HttpMessage

(No version information available, might be only in CVS)

HttpMessage — HTTP Message Class

   class HttpMessage implements Iterator, Countable, Serializable
  

Class Members

속성

Instance Properties
Modifiers Type Name Description
protected int type message type
protected string body message body
protected float httpVersion HTTP protocol version
protected array headers message headers
protected string requestMethod request method name
protected requestUrl string request URL
protected int responseCode response code
protected string responseStatus response status message
protected HttpMessage parentMessage reference to parent message

Note: None of these default properties can be accessed by reference, array key/index notation nor be used in increment or decrement operations.

예약 상수

Type Name Description
int TYPE_NONE message has is of no specific type
int TYPE_REQUEST message is a request style HTTP message
int TYPE_RESPONSE message is a response style HTTP message


add a note add a note User Contributed Notes
HttpMessage
There are no user contributed notes for this page.

HttpMessage::__construct> <Request Options
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites