PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Hassane Moussa   PHP Detect Browser Information   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Detect Browser Information
Extract the user browser from the HTTP request
Author: By
Last change:
Date: 4 years ago
Size: 347 bytes
 

Contents

Class file image Download
<?php
/***************************************************************************************
                                Using Class BrowserInfoDetection
***************************************************************************************/
require('browserInfoDetection.php');

$brInfoDetect = new BrowserInfoDetection();

echo
$brInfoDetect->action();