function CodecInterface::decode
Returns a UuidInterface derived from a hexadecimal string representation
Parameters
string $encodedUuid The hexadecimal string representation to: convert into a UuidInterface instance
Return value
UuidInterface An instance of a UUID decoded from a hexadecimal string representation
1 method overrides CodecInterface::decode()
- StringCodec::decode in vendor/
ramsey/ uuid/ src/ Codec/ StringCodec.php - @inheritDoc
File
-
vendor/
ramsey/ uuid/ src/ Codec/ CodecInterface.php, line 59
Class
- CodecInterface
- A codec encodes and decodes a UUID according to defined rules
Namespace
Ramsey\Uuid\CodecCode
public function decode(string $encodedUuid) : UuidInterface;