Codebase list libhttp-browserdetect-perl / f9200c6
Updates README Olaf Alders 9 years ago
1 changed file(s) with 21 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
5959
6060 Returns the browser, as one of the following values:
6161
62 chrome, firefox, ie, opera, safari, blackberry, browsex, elinks, links,
63 lynx, emacs, epiphany, galeon, konqueror, icab, lotusnotes, mosaic,
64 mozilla, netfront, netscape, n3ds, dsi, obigo, realplayer, seamonkey,
65 silk, staroffice, webtv
62 chrome, firefox, ie, opera, safari, applecoremedia, blackberry,
63 browsex, dalvik, elinks, links, lynx, emacs, epiphany, galeon,
64 konqueror, icab, lotusnotes, mosaic, mozilla, netfront, netscape, n3ds,
65 dsi, obigo, realplayer, seamonkey, silk, staroffice, ucbrowser, webtv
6666
6767 If the browser could not be identified (either because unrecognized or
6868 because it is a robot), returns undef.
183183 If the user agent appears to be a robot, spider, crawler, or other
184184 automated Web client, this returns one of the following values:
185185
186 lwp, slurp, yahoo, msnmobile, msn, ahrefs, altavista, askjeeves, baidu,
187 curl, facebook, getright, googleadsbot, googleadsense, googlebotimage,
188 googlebotnews, googlebotvideo, googlemobile, google, indy, infoseek,
189 linkexchange, linkchecker, lycos, mj12bot, puf, scooter,
190 specialarchiver, webcrawler, wget, yandexbot, yandeximages, java,
191 unknown
186 lwp, slurp, yahoo, msnmobile, msn, ahrefs, altavista, apache,
187 askjeeves, baidu, curl, facebook, getright, googleadsbot,
188 googleadsense, googlebotimage, googlebotnews, googlebotvideo,
189 googlemobile, google, golib, indy, infoseek, linkexchange, linkchecker,
190 lycos, mj12bot, puf, rubylib, scooter, specialarchiver, webcrawler,
191 wget, yandexbot, yandeximages, java, unknown
192192
193193 Returns "unknown" when the user agent is believed to be a robot but is
194194 not identified as one of the above specific robots.
234234 significantly more time than simply querying the particular methods you
235235 care about.
236236
237 The complete list of properties follows (i.e. each of these methods is
238 both a method you can call, and also a property that will be in the
239 list returned by browser_properties() if appropriate):
237 A mostly complete list of properties follows (i.e. each of these
238 methods is both a method you can call, and also a property that may be
239 in the list returned by browser_properties() ). In addition to this
240 list, robot(), lib(), device(), mobile(), and tablet() are all browser
241 properties.
240242
241243 OS related properties
242244
409411
410412 altavista
411413
414 apache
415
412416 askjeeves
413417
414418 baidu
419423
420424 getright
421425
426 golib
427
422428 google
423429
424430 googleadsbot
444450 msn (same as bing)
445451
446452 puf
453
454 rubylib
447455
448456 slurp
449457