Generates an UUID v4 using PHP code.
Loosely based on Ruby's UUIDTools generate_random logic.
Hierarchy
- class UuidPhp implements UuidInterface
Expanded class hierarchy of UuidPhp
See also
http://uuidtools.rubyforge.org/api/classes/UUIDTools/UUID.html
File
- core/
includes/ uuid.inc, line 127 - Handling of universally unique identifiers.
Members
Name | Modifiers | Type | Description |
---|---|---|---|
UuidPhp:: |
public | function |
Generates a Universally Unique IDentifier (UUID). Overrides UuidInterface:: |