Function __global->get_function_hash
Definitions
sources/override_api.php
- Find the MD5 hash of the space-stripped copy of function within the given code.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$code | string | required parameter | N/A | N/A | The code |
$function | string | required parameter | N/A | N/A | Name of the function |
Return
- The MD5 hash (blank: no such function)
- Type: SHORT_TEXT
- Set: N/A
- Range: N/A