rfc:uniqid

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
rfc:uniqid [2016/09/13 03:14] – Use 2nd param as int yohgakirfc:uniqid [2018/03/01 23:16] – Typo "Under Discussion" carusogabriel
Line 4: Line 4:
   * Date Modified: 2016-09-12   * Date Modified: 2016-09-12
   * Author: Yasuo Ohgaki <yohgaki@ohgaki.net>   * Author: Yasuo Ohgaki <yohgaki@ohgaki.net>
-  * Status: Under+  * Status: Under Discussion
   * First Published at: http://wiki.php.net/rfc/uniqid   * First Published at: http://wiki.php.net/rfc/uniqid
  
Line 35: Line 35:
 Where $number_of_entropy_chars are: Where $number_of_entropy_chars are:
  
-  * 0 for disable more entropy. +  * 0 for disable more entropy. (Compatible with current $more_entropy=FALSE) 
-  * 1 for 10 chars entropy. +  * 1 for 10 digits entropy. (Compatible with current $more_entropy=TRUE. About 30 bits entropy) 
-  * 10 to 255 to number of entropy chars.+  * 13 to 255 for number of entropy [0-v]{13,255} chars. (13 chars = 65 bits entropy)
  
  
Line 147: Line 147:
 ===== Rejected Features ===== ===== Rejected Features =====
 Keep this updated with features that were discussed on the mail lists. Keep this updated with features that were discussed on the mail lists.
 +
 +===== ChangeLog =====
 +
 +  * Made 2nd parameter a int 
rfc/uniqid.txt · Last modified: 2021/07/07 09:30 by cmb