Function __global->get_dynamic_file_parameter
Definitions
sources/global3.php
- Get the conventional name of a parameter for a particular file identifier.HTTP POST parameters will have 'e_' prepended to this.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $file | ID_TEXT | No | No | required parameter | N/A | N/A | File identifier |
Returns
- Parameter name
- Type: ID_TEXT
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the conventional name of a parameter for a particular file identifier.HTTP POST parameters will have 'e_' prepended to this.
*
* @param ID_TEXT $file File identifier
* @return ID_TEXT Parameter name
*/
function get_dynamic_file_parameter(string $file) : string
* Get the conventional name of a parameter for a particular file identifier.HTTP POST parameters will have 'e_' prepended to this.
*
* @param ID_TEXT $file File identifier
* @return ID_TEXT Parameter name
*/
function get_dynamic_file_parameter(string $file) : string

