1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-25 23:52:16 +01:00
Files
archived-doc-ja/reference/http/HttpMessage.xml
TAKAGI Masahiro b5036683c6 sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@322304 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-15 00:01:10 +00:00

168 lines
4.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 74f46122078b4e4d442939cb1955ca34390dfb69 Maintainer: takagi Status: ready -->
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.httpmessage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title><classname>HttpMessage</classname> クラス</title>
<titleabbrev>HttpMessage</titleabbrev>
<partintro>
<section xml:id="httpmessage.synopsis">
&reftitle.classsynopsis;
<classsynopsis>
<ooclass><classname>HttpMessage</classname></ooclass>
<classsynopsisinfo>
<ooclass><classname>HttpMessage</classname></ooclass>
<oointerface>
<interfacename>Iterator</interfacename>
</oointerface>
<oointerface>
<interfacename>Countable</interfacename>
</oointerface>
<oointerface>
<interfacename>Serializable</interfacename>
</oointerface>
</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.httpmessage')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>
</section>
<section role="members" xml:id="http.httpmessage.members">
<title>クラスのメンバ</title>
<section xml:id="http.httpmessage.properties">
&reftitle.properties;
<table xml:id="http.httpmessage.properties.instance">
<title>インスタンスプロパティ</title>
<tgroup cols="4">
<thead>
<row>
<entry>アクセス範囲</entry>
<entry></entry>
<entry>名前</entry>
<entry>説明</entry>
</row>
</thead>
<tbody>
<row>
<entry>protected</entry>
<entry>int</entry>
<entry>type</entry>
<entry>メッセージの型</entry>
</row>
<row>
<entry>protected</entry>
<entry>string</entry>
<entry>body</entry>
<entry>メッセージの本文</entry>
</row>
<row>
<entry>protected</entry>
<entry>float</entry>
<entry>httpVersion</entry>
<entry>HTTP プロトコルのバージョン</entry>
</row>
<row>
<entry>protected</entry>
<entry>array</entry>
<entry>headers</entry>
<entry>メッセージのヘッダ</entry>
</row>
<row>
<entry>protected</entry>
<entry>string</entry>
<entry>requestMethod</entry>
<entry>リクエストメソッドの名前</entry>
</row>
<row>
<entry>protected</entry>
<entry>requestUrl</entry>
<entry>string</entry>
<entry>リクエスト URL</entry>
</row>
<row>
<entry>protected</entry>
<entry>int</entry>
<entry>responseCode</entry>
<entry>レスポンスコード</entry>
</row>
<row>
<entry>protected</entry>
<entry>string</entry>
<entry>responseStatus</entry>
<entry>レスポンスステータスのメッセージ</entry>
</row>
<row>
<entry>protected</entry>
<entry>HttpMessage</entry>
<entry>parentMessage</entry>
<entry>親メッセージへの参照</entry>
</row>
</tbody>
</tgroup>
</table>
<note>
<para>
これらのデフォルトプロパティについては、参照としてアクセスすることはできません。
また、配列のキー/値 方式の表記を使用することもできませんし、
インクリメント/デクリメント 操作を行うこともできません。
</para>
</note>
</section>
<section xml:id="http.httpmessage.constants">
&reftitle.constants;
<table>
<title/>
<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
-->