Function __global->check_shared_bandwidth_usage
Definitions
sources/files2.php
- Check bandwidth usage against page view ratio for shared hosting.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $extra | integer | No | No | required parameter | N/A | N/A | The extra bandwidth requested |
Preview
Code (PHP)
/**
* Check bandwidth usage against page view ratio for shared hosting.
*
* @param integer $extra The extra bandwidth requested
*/
function check_shared_bandwidth_usage(int $extra)
* Check bandwidth usage against page view ratio for shared hosting.
*
* @param integer $extra The extra bandwidth requested
*/
function check_shared_bandwidth_usage(int $extra)

