mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
34244cfcb3
commit
120c783749
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue