PHPTS:一键免费搭建 Nginx + PHP + MySQL 运行环境

com_create_guid

(PHP 5, PHP 7)

com_create_guidGenerate a globally unique identifier (GUID)

说明

com_create_guid ( void ) : string

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