Login   Register  
PHP Classes
elePHPant
Icontem

File: test/_data/testReadCache.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Frédéric Thizy  >  Request Info User Agent  >  test/_data/testReadCache.php  >  Download  
File: test/_data/testReadCache.php
Role: Auxiliary data
Content type: text/plain
Description: other file for test
Class: Request Info User Agent
Detect the type of browser accessing the site
Author: By
Last change:
Date: 2009-02-10 00:35
Size: 786 bytes
 

Contents

Class file image Download
<?php
return array (
'agent' =>
  array (
  'test du cache'=>
  array (
    'search' => array('/test du cache/si'),
    'type' => 'test',
    'subType' => '',
  ),
  'Internet Explorer' =>
  array (
    'search' =>
    array (
      0 => '/microsoft.*internet.*explorer/si',
      1 => '/mozilla.*MSIE ([0-9a-z\+\-\.]+).*/si',
    ),
    'type' => 'browser',
    'subType' => '',
  ),
  'Netscape Navigator' =>
  array (
    'search' =>
    array (
      0 => '/Mozilla\/([0-4][0-9\.]+).*/si',
      1 => '/netscape[0-9]?\/([0-9a-z\+\-\.]+).*/si',
    ),
    'type' => 'browser',
    'subType' => '',
  ),
  'Mozilla compatible' =>
  array (
    'search' => '/mozilla/si',
    'type' => 'browser',
    'subType' => '',
  ),
  ),
    'os' =>
  array (
  ),
  'mobil' =>
  array (
  ),
);