❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
bitmask::remove($value, $bitmask)
Removes a value from a bitmask
$value
(int)
The value to remove
$bitmask
(int)
The bitmask to remove the value from
return
(int)
↑
Toolkit API overview
←
bitmask::includes
→
bitmask::validValue
↓
Back to Toolkit API section
Top