update : 2015.11.03
php.shukuma.com

검색:
 
 
Generate a globally unique identifier (GUID)

com_create_guid

(PHP 5, PHP 7)

com_create_guidGenerate a globally unique identifier (GUID)

설명

string com_create_guid ( void )

Generates a Globally Unique Identifier (GUID).

A GUID is generated in the same way as DCE UUID's, except that the Microsoft convention is to enclose a GUID in curly braces.

반환값

Returns the GUID as a string.

참고

  • uuid_create() in the PECL uuid extension