mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Remove obsolete PHP 5 specific info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351586 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ac20506c2a
commit
bc27cd7cfc
1 changed files with 6 additions and 7 deletions
|
@ -90,8 +90,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry><literal>N</literal></entry>
|
||||
<entry>ISO-8601 numeric representation of the day of the week (added in
|
||||
PHP 5.1.0)</entry>
|
||||
<entry>ISO-8601 numeric representation of the day of the week</entry>
|
||||
<entry><literal>1</literal> (for Monday) through <literal>7</literal> (for Sunday)</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -167,7 +166,7 @@
|
|||
<entry>ISO-8601 week-numbering year. This has the same value as
|
||||
<literal>Y</literal>, except that if the ISO week number
|
||||
(<literal>W</literal>) belongs to the previous or next year, that year
|
||||
is used instead. (added in PHP 5.1.0)</entry>
|
||||
is used instead.</entry>
|
||||
<entry>Examples: <literal>1999</literal> or <literal>2003</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -233,7 +232,7 @@
|
|||
<row>
|
||||
<entry><literal>u</literal></entry>
|
||||
<entry>
|
||||
Microseconds (added in PHP 5.2.2). Note that
|
||||
Microseconds. Note that
|
||||
<function>date</function> will always generate
|
||||
<literal>000000</literal> since it takes an <type>int</type>
|
||||
parameter, whereas <methodname>DateTime::format</methodname> does
|
||||
|
@ -257,7 +256,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry><literal>e</literal></entry>
|
||||
<entry>Timezone identifier (added in PHP 5.1.0)</entry>
|
||||
<entry>Timezone identifier</entry>
|
||||
<entry>Examples: <literal>UTC</literal>, <literal>GMT</literal>, <literal>Atlantic/Azores</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -272,7 +271,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry><literal>P</literal></entry>
|
||||
<entry>Difference to Greenwich time (GMT) with colon between hours and minutes (added in PHP 5.1.3)</entry>
|
||||
<entry>Difference to Greenwich time (GMT) with colon between hours and minutes</entry>
|
||||
<entry>Example: <literal>+02:00</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -293,7 +292,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry><literal>c</literal></entry>
|
||||
<entry>ISO 8601 date (added in PHP 5)</entry>
|
||||
<entry>ISO 8601 date</entry>
|
||||
<entry>2004-02-12T15:19:21+00:00</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue