mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fix constant types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304324 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4d4a1873d5
commit
fdf3cdd6fe
1 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,7 @@
|
|||
<varlistentry>
|
||||
<term>
|
||||
<constant>IntlDateFormatter::NONE</constant>
|
||||
(<type>string</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>Do not include this element</simpara>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<varlistentry>
|
||||
<term>
|
||||
<constant>IntlDateFormatter::FULL</constant>
|
||||
(<type>string</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>Completely specified style (Tuesday, April 12, 1952 AD or 3:30:42pm PST)</simpara>
|
||||
|
@ -28,7 +28,7 @@
|
|||
<varlistentry>
|
||||
<term>
|
||||
<constant>IntlDateFormatter::LONG</constant>
|
||||
(<type>string</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>Long style (January 12, 1952 or 3:30:32pm)</simpara>
|
||||
|
@ -37,7 +37,7 @@
|
|||
<varlistentry>
|
||||
<term>
|
||||
<constant>IntlDateFormatter::MEDIUM</constant>
|
||||
(<type>string</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>Medium style (Jan 12, 1952)</simpara>
|
||||
|
@ -46,7 +46,7 @@
|
|||
<varlistentry>
|
||||
<term>
|
||||
<constant>IntlDateFormatter::SHORT</constant>
|
||||
(<type>string</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>Most abbreviated style, only essential data (12/13/52 or 3:30pm)</simpara>
|
||||
|
@ -64,7 +64,7 @@
|
|||
<varlistentry>
|
||||
<term>
|
||||
<constant>IntlDateFormatter::TRADITIONAL</constant>
|
||||
(<type>string</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>Non-Gregorian Calendar</simpara>
|
||||
|
@ -73,7 +73,7 @@
|
|||
<varlistentry>
|
||||
<term>
|
||||
<constant>IntlDateFormatter::GREGORIAN</constant>
|
||||
(<type>string</type>)
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>Gregorian Calendar</simpara>
|
||||
|
|
Loading…
Reference in a new issue