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