class Php implements UuidInterface (View source)

Generates a UUID v4 (RFC 4122 section 4.4) using PHP code.

Methods

A
generate()

Generates a Universally Unique IDentifier (UUID).

Details

A generate()

Generates a Universally Unique IDentifier (UUID).

Return Value

A

16 byte integer represented as a hex string formatted with 4 hyphens.