reference/simplexml/simplexmlelement/count.xml
770c6facae667218f69c8ea2715ea20f6fab32f3
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="simplexmlelement.count" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>SimpleXMLElement::count</refname>
...
...
@@ -9,15 +8,20 @@
9
8
10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="SimpleXMLElement">
13
12
<modifier>public</modifier> <type>int</type><methodname>SimpleXMLElement::count</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
This method counts the number of children of an element.
18
17
</para>
19
18
</refsect1>
20
19

20
+
<refsect1 role="parameters">
21
+
&reftitle.parameters;
22
+
&no.function.parameters;
23
+
</refsect1>
24
+
21
25
<refsect1 role="returnvalues">
22
26
&reftitle.returnvalues;
23
27
<para>
...
...
@@ -78,7 +82,6 @@ Person 2 has got 5 children.
78
82
</para>
79
83
</refsect1>
80
84
</refentry>
81
-
82
85
<!-- Keep this comment at the end of the file
83
86
Local variables:
84
87
mode: sgml
...
...
@@ -99,4 +102,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
99
102
vim: et tw=78 syn=sgml
100
103
vi: ts=1 sw=1
101
104
-->
102
-

103
105