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