We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Return the null UUID as a string
uses('uuid');
public static function [[UUID]]::nil()
UUID::nil() returns a string containing the null UUID. It is the equivalent of calling [[UUID::generate]]()(UUID::NONE);
UUID::nil()
[[UUID::generate]]()(UUID::NONE);
[[UUID::generate]]()
UUID::NONE
string The null UUID. i.e., 00000000-0000-0000-0000-000000000000.
00000000-0000-0000-0000-000000000000