Current Configuration |
regex used to search HTTP_USER_AGENT string
preg_match_all("/(microsoft internet explorer|msie|netscape6|netscape|galeon|phoenix|chimera|safari|mozilla|opera|konqueror|icab|lynx|links|ncsa mosaic|amaya|omniweb|hotjava|browsex)[\/\sa-z(]*([0-9]+)([\.0-9a-z]+)?/i"); |
$_check_cookies |
false |
$_default_language |
|
$_allow_masquerading |
false |
$client->property(property_name); |
property_name |
return value |
ua |
mozilla/5.0 applewebkit/537.36 (khtml, like gecko; compatible; claudebot/1.0; +claudebot@anthropic.com) |
browser |
ns |
long_name |
netscape |
version |
5.0 |
maj_ver |
5 |
min_ver |
.0 |
letter_ver |
|
javascript |
1.5 |
platform |
Unknown |
os |
Unknown |
session cookies |
Unknown |
stored cookies |
Unknown |
ip |
216.73.216.48 |
language |
|
gecko |
|
gecko_ver |
|
|
|
search_phrase |
return boolean |
$client->has_feature(feature) |
html |
true |
images |
true |
frames |
true |
tables |
true |
java |
true |
plugins |
true |
css2 |
true |
css1 |
true |
iframes |
true |
xml |
true |
dom |
true |
hdml |
false |
wml |
false |
$client->has_quirk(quirk) |
must_cache_forms |
true |
avoid_popup_windows |
false |
cache_ssl_downloads |
false |
break_disposition_header |
false |
empty_file_input_value |
false |
scrollbar_in_way |
false |
$client->browser_is(browser) |
aol |
false |
ie6+ |
false |
mz1.3+ |
false |
ns7+ |
false |
op6+ |
false |
$client->language_is(language) |
en |
false |
en-us |
false |
fr-ca |
false |
$client->is(search) |
b:ns7- |
true |
l:en-us |
false |
|