Function __global->skippable_keep
Definitions
sources/urls.php
- Find whether we can skip the normal preservation of a keep value, for whatever reason.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $key | string | No | No | required parameter | N/A | N/A | Parameter name |
| $val | mixed | No | No | required parameter | N/A | N/A | Parameter value |
Returns
- Whether we can skip it
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether we can skip the normal preservation of a keep value, for whatever reason.
*
* @param string $key Parameter name
* @param mixed $val Parameter value
* @return boolean Whether we can skip it
*/
function skippable_keep(string $key, $val) : bool
* Find whether we can skip the normal preservation of a keep value, for whatever reason.
*
* @param string $key Parameter name
* @param mixed $val Parameter value
* @return boolean Whether we can skip it
*/
function skippable_keep(string $key, $val) : bool
