Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
bitmask::includes($value, $bitmask)
Checks if a bitmask includes a value
$value
(int)
The value to check for
$bitmask
(int)
The bitmask to check in
return
(boolean)
↑
Toolkit API overview
←
bitmask::add
→
bitmask::remove
↓
Back to Toolkit API section
Top