mirror of
https://github.com/php/doc-ja.git
synced 2026-03-23 22:52:11 +01:00
## 翻訳内容 ### reference/ldap(3件) - reference/ldap/ldap.connection.xml — packagesynopsis 構造への移行 1. php/doc-en@4d17b7b 2. php/doc-en@37d269b - reference/ldap/ldap.result.xml — packagesynopsis 構造への移行 1. php/doc-en@4d17b7b 2. php/doc-en@37d269b - reference/ldap/ldap.resultentry.xml — packagesynopsis 構造への移行 1. php/doc-en@4d17b7b 2. php/doc-en@37d269b ### reference/intl(2件) - reference/intl/intlchar.xml — changelog の定数名重複を修正 1. php/doc-en@63bd68a - reference/intl/dateformatter.xml — PATTERN の changelog バージョン修正 (8.5.0→8.4.0) 1. php/doc-en@1786db6 ### reference/pgsql(20件) - reference/pgsql/pgsql.connection.xml — packagesynopsis 構造への移行 1. php/doc-en@4d17b7b 2. php/doc-en@37d269b - reference/pgsql/pgsql.lob.xml — packagesynopsis 構造への移行 1. php/doc-en@4d17b7b 2. php/doc-en@37d269b - reference/pgsql/pgsql.result.xml — packagesynopsis 構造への移行 1. php/doc-en@4d17b7b 2. php/doc-en@37d269b - reference/pgsql/setup.xml — PG バージョン要件を libpq 要件に更新 1. php/doc-en@5f1a920 - reference/pgsql/reference.xml — 古い PG バージョン要件の削除 1. php/doc-en@5f1a920 - reference/pgsql/constants.xml — PGSQL_TRACE_SUPPRESS_TIMESTAMPS バージョン修正 (8.3.0→8.4.20) 1. php/doc-en@f5419b6 - reference/pgsql/functions/pg-affected-rows.xml — 古い PG バージョン要件の削除 1. php/doc-en@5f1a920 - reference/pgsql/functions/pg-client-encoding.xml — 古い PG バージョン要件の削除 1. php/doc-en@5f1a920 - reference/pgsql/functions/pg-copy-from.xml — パラメータ型を array|Traversable に同期 1. php/doc-en@aa120f3 - reference/pgsql/functions/pg-escape-identifier.xml — 古い PG バージョン要件の削除 1. php/doc-en@5f1a920 - reference/pgsql/functions/pg-escape-literal.xml — 古い PG バージョン要件の削除 1. php/doc-en@5f1a920 - reference/pgsql/functions/pg-escape-string.xml — 古い PG バージョン要件の削除 1. php/doc-en@5f1a920 - reference/pgsql/functions/pg-execute.xml — 古い PG バージョン要件の削除 1. php/doc-en@5f1a920 - reference/pgsql/functions/pg-lo-create.xml — 古い PG バージョン要件の削除 1. php/doc-en@5f1a920 - reference/pgsql/functions/pg-parameter-status.xml — 古い PG バージョン要件の削除 1. php/doc-en@5f1a920 - reference/pgsql/functions/pg-prepare.xml — 古い PG バージョン要件の削除 1. php/doc-en@5f1a920 - reference/pgsql/functions/pg-query-params.xml — 古い PG バージョン要件の削除 1. php/doc-en@5f1a920 - reference/pgsql/functions/pg-result-error-field.xml — 古い PG バージョン要件の削除 1. php/doc-en@5f1a920 - reference/pgsql/functions/pg-unescape-bytea.xml — 古い PG バージョン要件の削除 1. php/doc-en@5f1a920 - reference/pgsql/functions/pg-version.xml — 古い PG バージョン要件の削除 1. php/doc-en@5f1a920 ### 独立ファイル - reference/ftp/ftp.connection.xml — packagesynopsis 構造への移行 1. php/doc-en@4d17b7b 2. php/doc-en@37d269b - reference/ffi/ffi.cdata.xml — packagesynopsis 構造への移行 1. php/doc-en@37d269b - reference/dba/dba.connection.xml — packagesynopsis 構造への移行 1. php/doc-en@37d269b - reference/soap/soapfault.xml — $lang プロパティの varname 修正 1. php/doc-en@cdb9b8a
208 lines
6.5 KiB
XML
208 lines
6.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 1786db6ef5272d6fc9b15147bde2985728284bfd Maintainer: takagi Status: ready -->
|
|
<reference xml:id="class.intldateformatter" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>IntlDateFormatter クラス</title>
|
|
<titleabbrev>IntlDateFormatter</titleabbrev>
|
|
|
|
<partintro>
|
|
|
|
<!-- {{{ IntlDateFormatter intro -->
|
|
<section xml:id="intldateformatter.intro">
|
|
&reftitle.intro;
|
|
<simpara>
|
|
Date Formatter は、パターン文字列や出来合いのパターンを使用して
|
|
ロケールに依存する日付のフォーマット/パースを行う具象クラスです。
|
|
</simpara>
|
|
|
|
<simpara>
|
|
このクラスは ICU の日付フォーマット機能を表します。
|
|
これを使用すると、パターン文字列や出来合いのパターンを使用して
|
|
日付を各地域のフォーマットで表示したり、
|
|
文字列をパースして PHP の日付として扱ったりすることができます。
|
|
</simpara>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<section xml:id="intldateformatter.synopsis">
|
|
<title>クラス概要</title>
|
|
|
|
<!-- {{{ Synopsis -->
|
|
<classsynopsis class="class">
|
|
<ooclass>
|
|
<classname>IntlDateFormatter</classname>
|
|
</ooclass>
|
|
|
|
<classsynopsisinfo role="comment">&Constants;</classsynopsisinfo>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<modifier>const</modifier>
|
|
<type>int</type>
|
|
<varname linkend="intldateformatter.constants.full">IntlDateFormatter::FULL</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<modifier>const</modifier>
|
|
<type>int</type>
|
|
<varname linkend="intldateformatter.constants.long">IntlDateFormatter::LONG</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<modifier>const</modifier>
|
|
<type>int</type>
|
|
<varname linkend="intldateformatter.constants.medium">IntlDateFormatter::MEDIUM</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<modifier>const</modifier>
|
|
<type>int</type>
|
|
<varname linkend="intldateformatter.constants.short">IntlDateFormatter::SHORT</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<modifier>const</modifier>
|
|
<type>int</type>
|
|
<varname linkend="intldateformatter.constants.none">IntlDateFormatter::NONE</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<modifier>const</modifier>
|
|
<type>int</type>
|
|
<varname linkend="intldateformatter.constants.relative-full">IntlDateFormatter::RELATIVE_FULL</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<modifier>const</modifier>
|
|
<type>int</type>
|
|
<varname linkend="intldateformatter.constants.relative-long">IntlDateFormatter::RELATIVE_LONG</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<modifier>const</modifier>
|
|
<type>int</type>
|
|
<varname linkend="intldateformatter.constants.relative-medium">IntlDateFormatter::RELATIVE_MEDIUM</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<modifier>const</modifier>
|
|
<type>int</type>
|
|
<varname linkend="intldateformatter.constants.relative-short">IntlDateFormatter::RELATIVE_SHORT</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<modifier>const</modifier>
|
|
<type>int</type>
|
|
<varname linkend="intldateformatter.constants.pattern">IntlDateFormatter::PATTERN</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<modifier>const</modifier>
|
|
<type>int</type>
|
|
<varname linkend="intldateformatter.constants.gregorian">IntlDateFormatter::GREGORIAN</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<modifier>const</modifier>
|
|
<type>int</type>
|
|
<varname linkend="intldateformatter.constants.traditional">IntlDateFormatter::TRADITIONAL</varname>
|
|
</fieldsynopsis>
|
|
|
|
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
|
|
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.intldateformatter')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='IntlDateFormatter'])">
|
|
<xi:fallback/>
|
|
</xi:include>
|
|
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.intldateformatter')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='IntlDateFormatter'])">
|
|
<xi:fallback/>
|
|
</xi:include>
|
|
</classsynopsis>
|
|
<!-- }}} -->
|
|
|
|
</section>
|
|
|
|
<section role="changelog">
|
|
&reftitle.changelog;
|
|
<informaltable>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>&Version;</entry>
|
|
<entry>&Description;</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>8.4.0</entry>
|
|
<entry>
|
|
<constant>IntlDateFormatter::PATTERN</constant> が追加されました。
|
|
</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</informaltable>
|
|
</section>
|
|
|
|
<section xml:id="intldateformatter.seealso">
|
|
&reftitle.seealso;
|
|
<para>
|
|
<simplelist>
|
|
<member>
|
|
<link xlink:href="&url.icu.dateformat;">ICU Date formatter</link>
|
|
</member>
|
|
</simplelist>
|
|
<simplelist>
|
|
<member>
|
|
<link xlink:href="&url.icu.dateformat2;">ICU Date formats</link>
|
|
</member>
|
|
</simplelist>
|
|
</para>
|
|
</section>
|
|
|
|
&reference.intl.dateformatter-constants;
|
|
|
|
<section role="changelog" xml:id="intldateformatter.changelog">
|
|
&reftitle.changelog;
|
|
<informaltable>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>&Version;</entry>
|
|
<entry>&Description;</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>8.4.0</entry>
|
|
<entry>
|
|
クラス定数が型付けされました。
|
|
</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</informaltable>
|
|
</section>
|
|
</partintro>
|
|
|
|
&reference.intl.entities.dateformatter;
|
|
|
|
</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:"~/.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
|
|
-->
|