PHP » GoLang |
login |
register |
about
|
sha1(PHP 4 >= 4.3.0, PHP 5, PHP 7) sha1 — Calculate the sha1 hash of a string Warning
It is not recommended to use this function to secure passwords, due to the fast nature of this hashing algorithm. See the Password Hashing FAQ for details and best practices. Description
string sha1
( string
$str
[, bool $raw_output = FALSE
] )
Calculates the sha1 hash of Parameters
Return ValuesReturns the sha1 hash as a string. Examples
Example #1 A sha1() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|