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();
…