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");
?>
Related examples in the same category