variant_not
variant_not
Performs bitwise not negation on a variant
variant **variant_not** mixed $value
Performs bitwise not negation on and
returns the result.
value
valueThe variant.
Returns the bitwise not negation. If is
null, the result will also be null.
value
Throws a on failure.
com_exception