webCOMAND

uuid::v4()

Generate and return a Version 4 UUID, which is pseudo-random.

Prototype

string v4()

Example

$new_uuid = \io_comand_util\uuid::v4();