Verifica se una richiesta HTTP è stata effettuata da un dispositivo mobile.
More...
|
| __construct () |
| Verifica se la richiesta proviene da un dispositivo mobile e sovrascrive la proprietà isMobile. More...
|
|
| __call ($name, $arguments) |
| Overloads isAndroid() | isBlackberry() | isOpera() | isPalm() | isWindows() | isGeneric() through isDevice() More...
|
|
| isMobile () |
| Verifica se il dispositivo connesso è mobile. More...
|
|
|
| isDevice ($device) |
| Verifica se il dispositivo è un particolare device. More...
|
|
Verifica se una richiesta HTTP è stata effettuata da un dispositivo mobile.
http://www.opensource.org/licenses/mit-license.php The MIT License
- Version
- SVN:
- Id
- Mobile_Detect.php 4 2011-05-26 08:04:20Z vic.s.nosp@m.tanc.nosp@m.iu@gm.nosp@m.ail..nosp@m.com
Verifica se la richiesta proviene da un dispositivo mobile e sovrascrive la proprietà isMobile.
- Returns
- void
__call |
( |
|
$name, |
|
|
|
$arguments |
|
) |
| |
Overloads isAndroid() | isBlackberry() | isOpera() | isPalm() | isWindows() | isGeneric() through isDevice()
- Parameters
-
string | $name | |
array | $arguments | |
- Returns
- bool
Verifica se il dispositivo è un particolare device.
- Parameters
-
string | $device | nome device (android, opera, blackberry, ...) |
- Returns
- risultato verifica, bool
Verifica se il dispositivo connesso è mobile.
- Returns
- TRUE se il dispositivo è mobile, FALSE altrimenti
Initial value:= array(
"android" => "android",
"blackberry" => "blackberry",
"iphone" => "(iphone|ipod)",
"opera" => "opera mini",
"palm" => "(avantgo|blazer|elaine|hiptop|palm|plucker|xiino)",
"windows" => "windows ce; (iemobile|ppc|smartphone)",
"generic" => "(kindle|mobile|mmp|midp|o2|pda|pocket|psp|symbian|smartphone|treo|up.browser|up.link|vodafone|wap)"
)
The documentation for this class was generated from the following file: