ドロップダウンリストを表示

uniqid()

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