Function __global->auto_decache
Definitions
sources/caches3.php
- Automatically empty caches.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $changed_base_url | boolean | No | No | required parameter | N/A | N/A | Whether the base URL has just been changed |
Preview
Code (PHP)
/**
* Automatically empty caches.
*
* @param boolean $changed_base_url Whether the base URL has just been changed
*/
function auto_decache(bool $changed_base_url)
* Automatically empty caches.
*
* @param boolean $changed_base_url Whether the base URL has just been changed
*/
function auto_decache(bool $changed_base_url)
