mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
oh, there's a warning tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145595 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dd203bae9d
commit
2a2abf4c0e
1 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/calendar.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.easter-date">
|
||||
<refnamediv>
|
||||
|
@ -24,9 +24,6 @@
|
|||
localtime if ommited.
|
||||
</para>
|
||||
<para>
|
||||
<emphasis>Warning:</emphasis> This function will generate
|
||||
a warning if the year is outside of the range for UNIX
|
||||
timestamps (i.e. before 1970 or after 2037).
|
||||
<example>
|
||||
<title><function>easter_date</function> example</title>
|
||||
<programlisting role="php">
|
||||
|
@ -42,6 +39,12 @@ echo date ("M-d-Y", easter_date(2001)); // Apr-15-2001
|
|||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
<warning>
|
||||
<para>
|
||||
This function will generate a warning if the year is outside
|
||||
of the range for UNIX timestamps (i.e. before 1970 or after 2037).
|
||||
</para>
|
||||
</warning>
|
||||
<para>
|
||||
The date of Easter Day was defined by the Council of Nicaea in
|
||||
AD325 as the Sunday after the first full moon which falls on or
|
||||
|
|
Loading…
Reference in a new issue