Exibir a caixa de texto

uniqid()

« uksort | unixtojd »
<?php
$string 
uniqid (
    
// [string $prefix = ""]
    
?  // [bool $more_entropy = false]
);
?>
resultado
$string = '6635673ec7d35'
Exemplos
#1 uniqid  ()
#2 uniqid  ("php_")
#3 uniqid  ("",
 
true)