CreateUUID
Creates a Universally Unique Identifier (UUID).
An UUID is a 35-character string representation of a unique 128-bit integer
xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxxxxxx : x is a hexadecimal digit
CreateUUID( );
Returns: String
This function does not take any arguments.
Examples
dump(CreateUUID());