Fixed PHP bug #50864 (SimpleXMLElement::count does not exist)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295461 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2010-02-24 11:23:37 +00:00
parent 34244cfcb3
commit 120c783749

View file

@ -129,9 +129,9 @@ begot a daughter who begot a son; and that son begot a son
<simpara>
<methodname>SimpleXMLElement::children</methodname> returns a node
object no matter if the current node have children or not. Use the
<methodname>SimpleXMLElement::count</methodname> to check whether
there is any children.
object no matter if the current node have children or not. Use
<function>count</function> on the return value to see if there are any
children.
</simpara>
</refsect1>
@ -139,7 +139,7 @@ begot a daughter who begot a son; and that son begot a son
&reftitle.seealso;
<para>
<simplelist>
<member><methodname>SimpleXMLElement::count</methodname></member>
<member><function>SimpleXMLElement::count</function></member>
</simplelist>
</para>
</refsect1>