1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-26 08:02:15 +01:00
Files
archived-doc-ja/reference/http/HttpQueryString.xml
TAKAGI Masahiro c6fb019b9e sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@249073 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-26 22:01:44 +00:00

150 lines
4.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.4 $ -->
<!-- EN-Revision: 1.6 Maintainer: takagi Status: ready -->
<reference xml:id="class.httpquerystring" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
<title><classname>HttpQueryString</classname> クラス</title>
<partintro>
<section xml:id="httpquerystring.synopsis">
&reftitle.classsynopsis;
<classsynopsis>
<ooclass><classname>HttpQueryString</classname></ooclass>
<classsynopsisinfo>
<ooclass><classname>HttpQueryString</classname></ooclass>
<oointerface>
<interfacename>ArrayAccess</interfacename>
</oointerface>
<oointerface>
<interfacename>Serializable</interfacename>
</oointerface>
</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.httpquerystring')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>
</section>
<section role="members" xml:id="http.HttpQueryString.members">
<title>クラスのメンバ</title>
<section xml:id="http.HttpQueryString.properties">
&reftitle.properties;
<table xml:id="http.HttpQueryString.properties.instance">
<title>インスタンスプロパティ</title>
<tgroup cols="4">
<thead>
<row>
<entry>アクセス範囲</entry>
<entry></entry>
<entry>名前</entry>
<entry>説明</entry>
</row>
</thead>
<tbody>
<row>
<entry>private</entry>
<entry>array</entry>
<entry>queryArray</entry>
<entry>クエリパラメータ</entry>
</row>
<row>
<entry>private</entry>
<entry>string</entry>
<entry>queryString</entry>
<entry>シリアライズしたクエリパラメータ</entry>
</row>
</tbody>
</tgroup>
</table>
<table xml:id="http.HttpQueryString.properties.static">
<title>静的なプロパティ</title>
<tgroup cols="3">
<thead>
<row>
<entry>アクセス範囲</entry>
<entry></entry>
<entry>名前</entry>
<entry>説明</entry>
</row>
</thead>
<tbody>
<row>
<entry>private</entry>
<entry>array</entry>
<entry>instance</entry>
<entry>シングルトン</entry>
</row>
</tbody>
</tgroup>
</table>
</section>
<section xml:id="http.HttpQueryString.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_BOOL</entry>
<entry>クエリパラメータを bool 型で取得する</entry>
</row>
<row>
<entry>int</entry>
<entry>TYPE_INT</entry>
<entry>クエリパラメータを int 型で取得する</entry>
</row>
<row>
<entry>int</entry>
<entry>TYPE_FLOAT</entry>
<entry>クエリパラメータを float 型で取得する</entry>
</row>
<row>
<entry>int</entry>
<entry>TYPE_STRING</entry>
<entry>クエリパラメータを string 型で取得する</entry>
</row>
<row>
<entry>int</entry>
<entry>TYPE_ARRAY</entry>
<entry>クエリパラメータを array 型で取得する</entry>
</row>
<row>
<entry>int</entry>
<entry>TYPE_OBJECT</entry>
<entry>クエリパラメータを object 型で取得する</entry>
</row>
</tbody>
</tgroup>
</table>
</section>
</section>
</partintro>
&reference.http.entities.HttpQueryString;
</reference>
<!-- 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:"../../../../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
-->