App::getUuid
Usage
string App::getUuid()Description
Return Value
The uuid (eg. u:5811) of the user if currently authenticated. If not authenticated, returns a blank string.Examples
Get UUID
$uuid = $app->getUuid();
Get UUID
$uuid = $app->getUuid();