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)