❌ Kirby 2 no longer actively supported. 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