reference/simplexml/simplexmlelement/attributes.xml
770c6facae667218f69c8ea2715ea20f6fab32f3
...
...
@@ -8,10 +8,10 @@
8
8
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
-
<methodsynopsis>
12
-
<modifier>public</modifier> <type>SimpleXMLElement</type><methodname>SimpleXMLElement::attributes</methodname>
13
-
<methodparam choice="opt"><type>string</type><parameter>ns</parameter><initializer>&null;</initializer></methodparam>
14
-
<methodparam choice="opt"><type>bool</type><parameter>is_prefix</parameter><initializer>false</initializer></methodparam>
11
+
<methodsynopsis role="SimpleXMLElement">
12
+
<modifier>public</modifier> <type class="union"><type>SimpleXMLElement</type><type>null</type></type><methodname>SimpleXMLElement::attributes</methodname>
13
+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>namespaceOrPrefix</parameter><initializer>&null;</initializer></methodparam>
14
+
<methodparam choice="opt"><type>bool</type><parameter>isPrefix</parameter><initializer>&false;</initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
This function provides the attributes and values defined within an xml tag.
...
...
@@ -24,7 +24,7 @@
24
24
<para>
25
25
<variablelist>
26
26
<varlistentry>
27
-
<term><parameter>ns</parameter></term>
27
+
<term><parameter>namespaceOrPrefix</parameter></term>
28
28
<listitem>
29
29
<para>
30
30
An optional namespace for the retrieved attributes
...
...
@@ -32,7 +32,7 @@
32
32
</listitem>
33
33
</varlistentry>
34
34
<varlistentry>
35
-
<term><parameter>is_prefix</parameter></term>
35
+
<term><parameter>isPrefix</parameter></term>
36
36
<listitem>
37
37
<para>
38
38
Default to &false;
...
...
@@ -97,7 +97,6 @@ game="lonely"
97
97
</refsect1>
98
98

99
99
</refentry>
100
-

101
100
<!-- Keep this comment at the end of the file
102
101
Local variables:
103
102
mode: sgml
104
103