Is it possible to get the window processor bit?? I want to find the window processor bit using php?? I have coding to find the operating system and other properties. Kindly
function bits() { return PHP_INT_SIZE * 8; } echo 'Php running on '.bits(). ' bits system';