function UuidInterface::toString
Returns the string standard representation of the UUID
@psalm-return non-empty-string
2 methods override UuidInterface::toString()
- LazyUuidFromString::toString in vendor/
ramsey/ uuid/ src/ Lazy/ LazyUuidFromString.php - Returns the string standard representation of the UUID
- Uuid::toString in vendor/
ramsey/ uuid/ src/ Uuid.php - @psalm-return non-empty-string
File
-
vendor/
ramsey/ uuid/ src/ UuidInterface.php, line 101
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 toString() : string;