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