Mega Code Archive

 
Categories / Php / Functions
 

String sha1 ( string str [, bool raw_output] )

<?     print sha1("hello") . "\n";     print sha1("Hello") . "\n";     print sha1("hello") . "\n";     print sha1("This is a very, very, very, very, very, very, very long test"); ?>