From 91536159574abc40848e8d5c7e26313132995a28 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 26 Oct 2014 01:28:08 +0000 Subject: [PATCH] Revert r333536 Fixed version number in changelog Revert r333311 Updated Countable::count([$mode]) to reflect newest changes The fix for bug #67064 was reverted, so undocumenting the changes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335135 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/countable/count.xml | 43 ++----------------------------- 1 file changed, 2 insertions(+), 41 deletions(-) diff --git a/reference/spl/countable/count.xml b/reference/spl/countable/count.xml index 993186adda..45ccbaae35 100644 --- a/reference/spl/countable/count.xml +++ b/reference/spl/countable/count.xml @@ -11,7 +11,7 @@ &reftitle.description; abstract public intCountable::count - intmodeCOUNT_NORMAL + This method is executed when using the count function on an @@ -21,22 +21,7 @@ &reftitle.parameters; - - - - mode - - - The optional mode parameter will be set to - COUNT_NORMAL or COUNT_RECURSIVE, depending - on what value was passed to the second parameter of count. - This is particularly useful for counting all the elements of - a multidimensional array/Countable combination. - - - - - + &no.function.parameters; @@ -51,30 +36,6 @@ - - &reftitle.changelog; - - - - - - &Version; - &Description; - - - - - 5.6.0 - - The optional mode parameter was added. - - - - - - - - &reftitle.examples;