PhpBrew\Platform\UnixLikeHardware::is64bit PHP Method

is64bit() public method

public is64bit ( )
    public function is64bit()
    {
        return $this->detectBitness() === 64;
    }