mirror of
git://develop.git.wordpress.org/
synced 2025-04-05 04:33:18 +02:00
wp_unique_id()
, a PHP implementation of Underscore's uniqueId
method.
A static variable contains an integer that is incremented with each call. This number is returned with the optional prefix. As such the returned value is not universally unique, but it is unique across the life of the PHP process. Props westonruter, dlh. Merges [43658] and [44406] to the 5.0 branch. See #44883. git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44407 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
81.6%
CSS
8.8%
JavaScript
8.1%
SCSS
0.8%
HTML
0.7%