PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP UUID Generator V1   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP UUID Generator V1
Generate a RFC 4122-compliant unique identifier
Author: By
Last change:
Date: 10 months ago
Size: 177 bytes
 

Contents

Class file image Download

php_uuid

PHP UUID generator (RFC 4122 compliant).

Based on r-lyeh/sole.

use UUID\UUID;
$uuid = new UUID($mac);
echo($uuid->v1);