Function __global->static_cache
Definitions
sources/static_cache.php
- If possible dump the user to 100% static caching.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $mode | integer | No | No | required parameter | N/A | N/A | The mode |
Preview
Code (PHP)
/**
* If possible dump the user to 100% static caching.
*
* @param integer $mode The mode
*/
function static_cache(int $mode)
* If possible dump the user to 100% static caching.
*
* @param integer $mode The mode
*/
function static_cache(int $mode)

