1 batch_example.module | _batch_example_update_http_requests() |
Utility function to increment HTTP requests in a session variable.
Related topics
File
- modules/
examples/ batch_example/ batch_example.module, line 303 - Hook implementations for the Batch Example module.
Code
function _batch_example_update_http_requests() {
$_SESSION['http_request_count']++;
}