|
PHP5中文手册
variant_not(PHP 5) variant_not — Performs bitwise not negation on a variant Description
mixed variant_not
( mixed $variant
)
Performs bitwise not negation on variant and returns the result. If variant is NULL, the result will also be NULL.
|