What possible characters may contained result from function uniqid() ? as I understood, this is only alphanumeric characters, but need confirm from you. So, this is so?
P.S. In documentation http://php.net/manual/en/function.uniqid.php I dont see info about this
In the comments of the same documentation page : "As others below note, without prefix and without "added entropy", this function simply returns the UNIX timestamp with added microsecond counter as a hex number; it's more or less just microtime(), in hexit form."
So it returns only hexadecimal characters, e.g. 0-9 a-f.
Edit: As Vulcan pointed out in the comments below: $more_entropy
, when true, appends a period and some 0-9 characters.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With