Tags
- google (40)
- wordpress (15)
- search (6)
- code (5)
- php (5)
- plugins (5)
- security (5)
- blog (4)
- css (4)
- email (4)
- View all 163 tags
- rss (4)
- seo (4)
- spam (4)
- bbpress (3)
- chrome (3)
- firefox (3)
- funny (3)
- gmail (3)
- google reader (3)
- linux (3)
- microsoft (3)
- news (3)
- social sites (3)
- themes (3)
- twitter (3)
- videos (3)
- webmaster tools (3)
- web server (3)
- windows (3)
- 404 (2)
- adsense (2)
- advertising (2)
- adwords (2)
- api (2)
- browser (2)
- comments (2)
- design (2)
- error (2)
- facebook (2)
- forms (2)
- free images (2)
- gadgets (2)
- google toolbar (2)
- internet explorer (2)
- labs (2)
- marketing (2)
- online (2)
- review (2)
- scripts (2)
- sms (2)
- ubuntu (2)
- updates (2)
- widgets (2)
- youtube (2)
- zend (2)
- akismet (1)
- alerts (1)
- analytics (1)
- android (1)
- applications (1)
- authentication (1)
- bar code (1)
- bing (1)
- blogs (1)
- branding (1)
- captcha (1)
- cart (1)
- classes (1)
- clip (1)
- cms (1)
- community (1)
- comparison (1)
- copyrights (1)
- credit card (1)
- development (1)
- dns (1)
- domain name (1)
- ecommerce (1)
- extensions (1)
- extenstions (1)
- feedburner (1)
- file size (1)
- filter content (1)
- flash (1)
- forum (1)
- framework (1)
- friendfeed (1)
- functions (1)
- gears (1)
- geo location (1)
- germany (1)
- goo.gl (1)
- google analytics (1)
- googlebot (1)
- google chrome (1)
- google docs (1)
- google groups (1)
- google maps (1)
- google wave (1)
- hacks (1)
October 7th, 12:02pm
0 comments
phpbrowscap - Browser Capabilities PHP Project
PHP's native get_browser() function parses this file and provides you with a complete set of information about every browser's details. But it requires the path to the browscap.ini file to be specified in the php.ini browscap directive which is flagged as PHP_INI_SYSTEM. That means in most shared hosting environments you cannot edit the php.ini file.
Browscap is a standalone class for both PHP4 and PHP5 that gets around the limitations of get_browser() and manages the whole thing. It offers methods to update, cache, adapt and get details about every supplied user agent on a standalone basis.
via code.google.com
Sometimes you need to visit some project site to read about simple php functions like "get_browser()"
Posted 5 months ago





0 Comments