Browser detection with php

In php there  are lot of inbuilt function you can use one of them to check browser. HTTP_USER_AGENT gives a value of all browser info. You can use it with php preg_match function....