Scalar FunctionsHash Functions
hash_md5
Returns the MD5 hash value of the input, encoded as a hex string.
Syntax
hash_md5(source)Parameters
Prop
Type
Returns: string
Examples
Example 1
print hash_md5("Bjorn Ironside")| print_0 (string) |
|---|
| 9d7178dcf72684c21e02f9e8919f6868 |