PhpBrew\Platform\UnixLikeHardware::is32bit PHP Method

is32bit() public method

public is32bit ( )
    public function is32bit()
    {
        return $this->detectBitness() === 32;
    }