PhpBrew\Platform\UnixLikeHardware::detectBitness PHP Method

detectBitness() protected method

protected detectBitness ( )
    protected function detectBitness()
    {
        return intval(Utils::system('getconf LONG_BIT'));
    }