Scalar FunctionsHash Functions
hash_sha1
Returns the SHA-1 hash value of the input, encoded as a hex string.
Syntax
hash_sha1(source)Parameters
Prop
Type
Returns: string
Examples
Example 1
print hash_sha1("Ivar the Boneless")| print_0 (string) |
|---|
| cb0f5ad26881857576f6e85cb65e48d86439d510 |