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