I have a task to generate unique identifiers. And I decided to use Globally unique identifiers for this purpose. They are described with RFC 4122 A Universally Unique IDentifier (UUID) URN Namespace. (Please correct me if I'm wrong here.)
What is the reliable way to generate GUID using PHP?
Thank you.