Snippets tagged “guid”
2 snippets use this tag.
- How to create a GUID/UUID in PythonPython
You can use the uuid module in Python to generate a globally unique identifier (GUID), also known as a universally unique identifier (UUID).
- Short unique id in phpPHP
In PHP, you can use the function uniqid() to generate a short unique ID.