Function __global->keep_symbol
Definitions
sources/symbols.php
- String to tack onto URL to keep 'keep_' parameters.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $param | array | No | No | required parameter | N/A | N/A | Parameters passed to the symbol (0=whether this starts off the query string, 1=force session append even if it's also available a session cookie e.g. when put into download manager) |
Returns
- The result
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* String to tack onto URL to keep 'keep_' parameters.
*
* @param array $param Parameters passed to the symbol (0=whether this starts off the query string, 1=force session append even if it's also available a session cookie e.g. when put into download manager)
* @return string The result
*/
function keep_symbol(array $param) : string
* String to tack onto URL to keep 'keep_' parameters.
*
* @param array $param Parameters passed to the symbol (0=whether this starts off the query string, 1=force session append even if it's also available a session cookie e.g. when put into download manager)
* @return string The result
*/
function keep_symbol(array $param) : string

