|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-10-07 09:16 UTC] mj@php.net
[2020-02-07 06:12 UTC] phpdocbot@php.net
[2020-02-07 09:57 UTC] phpdocbot@php.net
[2020-12-30 11:15 UTC] nikic@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 16:00:01 2025 UTC |
Hello, I found a non described parameter for the function date(). In english and german documentation I missed the option "O" date("O") which will return the difference to Greenwich in Hours In german documentation you forgot to explain the option "r" date("r") (RFC 822 formatted date; i.e. "Thu, 21 Dec 2000 16:01:07 +0200) Bye, Heiko from Germany