function UuidFactoryInterface::fromString
Creates a UUID from the string standard representation
@psalm-pure
Parameters
string $uuid A hexadecimal string:
Return value
UuidInterface A UuidInterface instance created from a hexadecimal string representation
1 method overrides UuidFactoryInterface::fromString()
- UuidFactory::fromString in vendor/
ramsey/ uuid/ src/ UuidFactory.php - @psalm-pure
File
-
vendor/
ramsey/ uuid/ src/ UuidFactoryInterface.php, line 81
Class
- UuidFactoryInterface
- UuidFactoryInterface defines common functionality all `UuidFactory` instances must implement
Namespace
Ramsey\UuidCode
public function fromString(string $uuid) : UuidInterface;