Bit方法hasBit类名: Imi\Util\Bit 位操作工具类 方法has判断是否包含值 // truevar_dump(Bit::has(LOCK_SH | LOCK_NB, LOCK_NB));// falsevar_dump(Bit::has(LOCK_SH, LOCK_NB));