Display the drop-down list

uniqid()

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