Function __global->_get_web_resources_env
Definitions
sources/web_resources.php
- Get the environment needed for web resources.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$_seed | ?ID_TEXT | Null | N/A | N/A | The seed colour (blank: none) (null: from what is cached) |
$_minify | ?boolean | Null | N/A | N/A | Whether minifying (null: from what is cached) |
$_https | ?boolean | Null | N/A | N/A | Whether doing HTTPS (null: from what is cached) |
$_mobile | ?boolean | Null | N/A | N/A | Whether operating in mobile mode (null: from what is cached) |
Return
- A tuple: whether we are minify, if HTTPS is on, if mobile mode is on, seed
- Type: array
- Set: N/A
- Range: N/A