function browscap_exit in Browscap 7
Same name and namespace in other branches
- 5 browscap.module \browscap_exit()
- 6 browscap.module \browscap_exit()
Implements hook_exit().
File
- ./
browscap.module, line 111 - Replacement for PHP's get_browser() function.
Code
function browscap_exit() {
// Record the user agent
_record_user_agent();
}