reasonableframework/route/api.newuuid.php

13 lines
211 B
PHP
Raw Normal View History

2018-08-19 14:00:10 +00:00
<?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);