Function __global->check_shared_space_usage
Definitions
sources/files2.php
- Check disk space 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 space in bytes requested |
Preview
Code (PHP)
/**
* Check disk space usage against page view ratio for shared hosting.
*
* @param integer $extra The extra space in bytes requested
*/
function check_shared_space_usage(int $extra)
* Check disk space usage against page view ratio for shared hosting.
*
* @param integer $extra The extra space in bytes requested
*/
function check_shared_space_usage(int $extra)

