reference/com/functions/variant-neg.xml
20216b916ed583938672cd09c2c2f430351430d1
...
...
@@ -8,11 +8,11 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>mixed</type><methodname>variant_neg</methodname>
12
-
<methodparam><type>mixed</type><parameter>variant</parameter></methodparam>
11
+
<type>variant</type><methodname>variant_neg</methodname>
12
+
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
-
Performs logical negation of <parameter>variant</parameter>.
15
+
Performs logical negation of <parameter>value</parameter>.
16
16
</para>
17
17
</refsect1>
18
18
<refsect1 role="parameters">
...
...
@@ -20,7 +20,7 @@
20
20
<para>
21
21
<variablelist>
22
22
<varlistentry>
23
-
<term><parameter>variant</parameter></term>
23
+
<term><parameter>value</parameter></term>
24
24
<listitem>
25
25
<para>
26
26
The variant.
...
...
@@ -37,8 +37,15 @@
37
37
Returns the result of the logical negation.
38
38
</para>
39
39
</refsect1>
40
-
</refentry>
41
40

41
+
<refsect1 role="errors">
42
+
&reftitle.errors;
43
+
<para>
44
+
Throws a <classname>com_exception</classname> on failure.
45
+
</para>
46
+
</refsect1>
47
+

48
+
</refentry>
42
49
<!-- Keep this comment at the end of the file
43
50
Local variables:
44
51
mode: sgml
45
52