Advertisement
Kenanzin

Untitled

Apr 6th, 2020
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2.  
  3. $string = 'O rato reu a ropa do rei de Roma';
  4.  
  5. $codificada = sha1($string);
  6.  
  7. print\_r($codificada)  // vai printar a variavel $string codificada
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement