Abilitare JavaScript per vedere questo sito.

Genera un valore UUID (Universally unique identifier).

Sintassi

string create_uuid(bool sep = true)

sep

Flag generazione UUID con seperatori interni (opzionale)

Risultato

Rende valore generato

Esempio di utilizzo:

string uuid1 = create_uuid(); /* Restituisce valore tipo 550e8400-e29b-41d4-a716-446655440000 */

string uuid2 = create_uuid(); /* Restituisce valore tipo 550e8400e29b41d4a716446655440000 */

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC