UUID::nil
Return the null UUID as a string
Synopsis
public static function UUID::nil()
Description
UUID::nil() returns a string containing the null UUID.
It is the equivalent of calling UUID::generate()(UUID::NONE);
Return Value
string The null UUID. i.e., 00000000-0000-0000-0000-000000000000.