reference/spl/arrayobject/offsetunset.xml
d51166ca16fda8e766849505b84f9306ef443f71
...
...
@@ -7,9 +7,9 @@
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="ArrayObject">
11
11
<modifier>public</modifier> <type>void</type><methodname>ArrayObject::offsetUnset</methodname>
12
-
<methodparam><type>mixed</type><parameter>index</parameter></methodparam>
12
+
<methodparam><type>mixed</type><parameter>key</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Unsets the value at the specified index.
...
...
@@ -21,7 +21,7 @@
21
21
<para>
22
22
<variablelist>
23
23
<varlistentry>
24
-
<term><parameter>index</parameter></term>
24
+
<term><parameter>key</parameter></term>
25
25
<listitem>
26
26
<para>
27
27
The index being unset.
...
...
@@ -67,7 +67,6 @@ object(ArrayObject)#1 (1) {
67
67
</refsect1>
68
68
69
69
</refentry>
70
-

71
70
<!-- Keep this comment at the end of the file
72
71
Local variables:
73
72
mode: sgml
74
73