We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149138b commit 0349706Copy full SHA for 0349706
functions/misc/uniqid.js
@@ -2,6 +2,7 @@ function uniqid(prefix, more_entropy) {
2
// + original by: Kevin van Zonneveld (http://kevin.vanzonneveld.net)
3
// + revised by: Kankrelune (http://www.webfaktory.info/)
4
// % note 1: Uses an internal counter (in php_js global) to avoid collision
5
+ // * test: skip
6
// * example 1: uniqid();
7
// * returns 1: 'a30285b160c14'
8
// * example 2: uniqid('foo');
0 commit comments