2012-11-24 39 views

回答

1

有中,你可以使用phpcassa庫UUID類。例如:

use phpcassa\UUID; 
... 
$my_uuid = UUID::uuid1(); 

您可能也想看看these examples如果你有一個UUID比較。