From d87240a6735c6ac9d1ff1a840b78560593984b8d Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 24 Mar 2010 20:54:21 +0000 Subject: [PATCH] Link Countable git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296747 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/count.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/array/functions/count.xml b/reference/array/functions/count.xml index b7c24ebc80..1ccc9519b4 100644 --- a/reference/array/functions/count.xml +++ b/reference/array/functions/count.xml @@ -19,7 +19,7 @@ For objects, if you have SPL installed, you can hook into count by implementing interface - Countable. The interface has exactly one method, + Countable. The interface has exactly one method, count, which returns the return value for the count function. @@ -65,7 +65,7 @@ If var is not an array or an object with - implemented Countable interface, + implemented Countable interface, 1 will be returned. There is one exception, if var is &null;, 0 will be returned.