Generowanie losowego ciągu w PHP za pomocą funkcji uniqid ()

<?php 
$result = uniqid(); 
echo "Hello from Softhunt.net";

echo $result;
?>
Outrageous Ostrich