5 lines
63 B
PHP
5 lines
63 B
PHP
|
|
<?php
|
||
|
|
$string = 'Rosetta Code';
|
||
|
|
echo sha1( $string ), "\n";
|
||
|
|
?>
|