reference/com/functions/variant-not.xml
20216b916ed583938672cd09c2c2f430351430d1
...
...
@@ -8,11 +8,11 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>mixed</type><methodname>variant_not</methodname>
12
-
<methodparam><type>mixed</type><parameter>variant</parameter></methodparam>
11
+
<type>variant</type><methodname>variant_not</methodname>
12
+
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
-
Performs bitwise not negation on <parameter>variant</parameter> and
15
+
Performs bitwise not negation on <parameter>value</parameter> and
16
16
returns the result.
17
17
</para>
18
18
</refsect1>
...
...
@@ -21,7 +21,7 @@
21
21
<para>
22
22
<variablelist>
23
23
<varlistentry>
24
-
<term><parameter>variant</parameter></term>
24
+
<term><parameter>value</parameter></term>
25
25
<listitem>
26
26
<para>
27
27
The variant.
...
...
@@ -35,12 +35,19 @@
35
35
<refsect1 role="returnvalues">
36
36
&reftitle.returnvalues;
37
37
<para>
38
-
Returns the bitwise not negation. If <parameter>variant</parameter> is
38
+
Returns the bitwise not negation. If <parameter>value</parameter> is
39
39
&null;, the result will also be &null;.
40
40
</para>
41
41
</refsect1>
42
-
</refentry>
43
42

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

50
+
</refentry>
44
51
<!-- Keep this comment at the end of the file
45
52
Local variables:
46
53
mode: sgml
47
54