(PHP 5, PHP 7)
Performs bitwise not negation on a variant
mixed variant_not ( mixed $variant )
Performs bitwise not negation on variant
and returns the result.
Parameters:
variant
The variant.
Returns:
Returns the bitwise not negation. If variant
is NULL
, the result will also be NULL
.
Please login to continue.