Lggr
Static Public Member Functions | Static Protected Attributes | List of all members
Faker\Provider\UserAgent Class Reference
Inheritance diagram for Faker\Provider\UserAgent:
Inheritance graph
[legend]
Collaboration diagram for Faker\Provider\UserAgent:
Collaboration graph
[legend]

Static Public Member Functions

static macProcessor ()
 
static linuxProcessor ()
 
static userAgent ()
 
static chrome ()
 
static firefox ()
 
static safari ()
 
static opera ()
 
static internetExplorer ()
 
static windowsPlatformToken ()
 
static macPlatformToken ()
 
static linuxPlatformToken ()
 
- Static Public Member Functions inherited from Faker\Provider\Base
static randomDigit ()
 
static randomDigitNotNull ()
 
static randomDigitNot ($except)
 
static randomNumber ($nbDigits=null, $strict=false)
 
static randomFloat ($nbMaxDecimals=null, $min=0, $max=null)
 
static numberBetween ($int1=0, $int2=2147483647)
 
static passthrough ($value)
 
static randomLetter ()
 
static randomAscii ()
 
static randomElements ($array=array('a', 'b', 'c'), $count=1, $allowDuplicates=false)
 
static randomElement ($array=array('a', 'b', 'c'))
 
static randomKey ($array=array())
 
static shuffle ($arg='')
 
static shuffleArray ($array=array())
 
static shuffleString ($string='', $encoding='UTF-8')
 
static numerify ($string='###')
 
static lexify ($string='????')
 
static bothify ($string='## ??')
 
static asciify ($string=' ****')
 
static regexify ($regex='')
 
static toLower ($string='')
 
static toUpper ($string='')
 

Static Protected Attributes

static $userAgents = array('firefox', 'chrome', 'internetExplorer', 'opera', 'safari')
 
static $windowsPlatformTokens
 
static $linuxProcessor = array('i686', 'x86_64')
 
static $macProcessor = array('Intel', 'PPC', 'U; Intel', 'U; PPC')
 
static $lang = array('en-US', 'sl-SI')
 

Additional Inherited Members

- Public Member Functions inherited from Faker\Provider\Base
 __construct (Generator $generator)
 
 optional ($weight=0.5, $default=null)
 
 unique ($reset=false, $maxRetries=10000)
 
 valid ($validator=null, $maxRetries=10000)
 
- Protected Attributes inherited from Faker\Provider\Base
 $generator
 
 $unique
 

Member Function Documentation

◆ linuxProcessor()

static Faker\Provider\UserAgent::linuxProcessor ( )
static

Generate linux processor

Returns
string

◆ macProcessor()

static Faker\Provider\UserAgent::macProcessor ( )
static

Generate mac processor

Returns
string

Member Data Documentation

◆ $lang

Faker\Provider\UserAgent::$lang = array('en-US', 'sl-SI')
staticprotected

Add as many languages as you like.

◆ $linuxProcessor

Faker\Provider\UserAgent::$linuxProcessor = array('i686', 'x86_64')
staticprotected

Possible processors on Linux

◆ $macProcessor

Faker\Provider\UserAgent::$macProcessor = array('Intel', 'PPC', 'U; Intel', 'U; PPC')
staticprotected

Mac processors (it also added U;)

◆ $windowsPlatformTokens

Faker\Provider\UserAgent::$windowsPlatformTokens
staticprotected
Initial value:
= array(
'Windows NT 6.2', 'Windows NT 6.1', 'Windows NT 6.0', 'Windows NT 5.2', 'Windows NT 5.1',
'Windows NT 5.01', 'Windows NT 5.0', 'Windows NT 4.0', 'Windows 98; Win 9x 4.90', 'Windows 98',
'Windows 95', 'Windows CE'
)

The documentation for this class was generated from the following file: