variant_not

Example

 mixed variant_not ( mixed $variant ) 

Description

Performs bitwise not negation on variant and returns the result.

Return Values

Returns the bitwise not negation. If variant is NULL, the result will also be NULL.