Skip to content
Mo McRoberts edited this page Aug 7, 2011 · 1 revision

Return the null UUID as a string

Synopsis

uses('uuid');

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

Example

Return Value

string The null UUID. i.e., 00000000-0000-0000-0000-000000000000.

Clone this wiki locally