Function __global->md5
Definitions
sources_custom/phpstub.php
- Calculate the md5 hash of a string.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$str | string | required parameter | N/A | N/A | String to hash |
Return
- Hashed result
- Type: string
- Set: N/A
- Range: N/A