mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixing #25598
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144591 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b88be0a9c5
commit
3beae10cf9
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.8 -->
|
||||
<refentry id="function.strtotime">
|
||||
<refnamediv>
|
||||
|
@ -70,6 +70,10 @@ if (($timestamp = strtotime($str)) === -1) {
|
|||
1901 20:45:54 GMT to Tue, 19 Jan 2038 03:14:07 GMT. (These are
|
||||
the dates that correspond to the minimum and maximum values for
|
||||
a 32-bit signed integer.)
|
||||
Additionally, not all platforms support negative timestamps, therefore
|
||||
your date range may be limited to no earlier than the unix epoch. This
|
||||
means that e.g. dates prior to Jan 1, 1970 will not work on Windows,
|
||||
some Linux distributions, and a few other operating systems.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue