From 53405b6cbbbc2f058fa1b052c1b2de4f2b01724e Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 13 Sep 2011 18:20:20 +0000 Subject: [PATCH] Fix Doc Bug #55676: Strange example title git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316679 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/mktime.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/datetime/functions/mktime.xml b/reference/datetime/functions/mktime.xml index f5e942c64b..0a4f0f1f4b 100644 --- a/reference/datetime/functions/mktime.xml +++ b/reference/datetime/functions/mktime.xml @@ -246,7 +246,7 @@ echo date("M-d-Y", mktime(0, 0, 0, 1, 1, 98)); - Last day of next month + Last day of a month The last day of any given month can be expressed as the "0" day of the next month, not the -1 day. Both of the following examples