PHP get_browser() May 23, 2012 Pramod T P It returns the capabilities of the user’s browser Example <?php echo “<pre>”; print_r( get_browser(null,true)); ?>