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;