Create api.newuuid.php
This commit is contained in:
parent
49bae6714a
commit
c49a7876cc
12
route/api.newuuid.php
Normal file
12
route/api.newuuid.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @file api.newuuid.php
|
||||||
|
* @date 2018-08-19
|
||||||
|
* @author Go Namhyeon <gnh1201@gmail.com>
|
||||||
|
* @brief UUID Generator API
|
||||||
|
*/
|
||||||
|
|
||||||
|
loadHelper("UUID.class");
|
||||||
|
|
||||||
|
$uuid = UUID::v4();
|
||||||
|
echo get_callable_token($uuid);
|
Loading…
Reference in New Issue
Block a user