Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Other functions

Generate a globally unique ID (getGUID)

Scroll Prev Top Next More

This function allows you to generate a globally unique ID. This id can be used to e.g. give data records a unique identification and store the GUID as a reference to these records.

Parameter

Type

Description

-

-

-

This function returns a globally unique ID.

Example:

$guid = $this->getGUID();