Display the drop-down list

uniqid()

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