<classname>HttpMessage</classname> クラス HttpMessage
&reftitle.classsynopsis; HttpMessage HttpMessage Iterator Countable Serializable
クラスのメンバ
&reftitle.properties; インスタンスプロパティ アクセス範囲 名前 説明 protected int type メッセージの型 protected string body メッセージの本文 protected float httpVersion HTTP プロトコルのバージョン protected array headers メッセージのヘッダ protected string requestMethod リクエストメソッドの名前 protected requestUrl string リクエスト URL protected int responseCode レスポンスコード protected string responseStatus レスポンスステータスのメッセージ protected HttpMessage parentMessage 親メッセージへの参照
これらのデフォルトプロパティについては、参照としてアクセスすることはできません。 また、配列のキー/値 方式の表記を使用することもできませんし、 インクリメント/デクリメント 操作を行うこともできません。
&reftitle.constants; <tgroup cols="3"> <thead> <row> <entry>型</entry> <entry>名前</entry> <entry>説明</entry> </row> </thead> <tbody> <row> <entry>int</entry> <entry>TYPE_NONE</entry> <entry>メッセージは特定の型ではありません</entry> </row> <row> <entry>int</entry> <entry>TYPE_REQUEST</entry> <entry>メッセージは、リクエスト型の HTTP メッセージです</entry> </row> <row> <entry>int</entry> <entry>TYPE_RESPONSE</entry> <entry>メッセージは、レスポンス型の HTTP メッセージです</entry> </row> </tbody> </tgroup> </table> </section> </section> </partintro> &reference.http.entities.HttpMessage; </phpdoc:classref> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"~/.phpdoc/manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 -->