mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix count() example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286413 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fd5f753b62
commit
f76caafe89
1 changed files with 3 additions and 3 deletions
|
@ -73,9 +73,9 @@ var_dump($collection->count(array(), array('z'=>1)));
|
|||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
float(3)
|
||||
float(1)
|
||||
float(0)
|
||||
int(3)
|
||||
int(1)
|
||||
int(0)
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
|
|
Loading…
Reference in a new issue