function UuidInterface::getUrn
Returns the string standard representation of the UUID as a URN
@link http://en.wikipedia.org/wiki/Uniform_Resource_Name Uniform Resource Name @link https://tools.ietf.org/html/rfc4122#section-3 RFC 4122, ยง 3: Namespace Registration Template
2 methods override UuidInterface::getUrn()
- LazyUuidFromString::getUrn in vendor/
ramsey/ uuid/ src/ Lazy/ LazyUuidFromString.php - @psalm-suppress DeprecatedMethod
- Uuid::getUrn in vendor/
ramsey/ uuid/ src/ Uuid.php - Returns the string standard representation of the UUID as a URN
File
-
vendor/
ramsey/ uuid/ src/ UuidInterface.php, line 94
Class
- UuidInterface
- A UUID is a universally unique identifier adhering to an agreed-upon representation format and standard for generation
Namespace
Ramsey\UuidCode
public function getUrn() : string;