\Nano4\UtilsFlags

Summary

Methods
Properties
Constants
set_flag()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

set_flag()

set_flag(integer  $flags, integer  $flag,   $value = true) 

Add or remove a flag to a given binary mask.

Parameters

integer $flags

The bitmask representing the currently set flags.

integer $flag

The value of the flag to add or remove.

$value