Menghasilkan string acak dalam php menggunakan fungsi uniqid ()

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

echo $result;
?>
Outrageous Ostrich