fromBinary() public static method

Creates an UUID from a binary representation
public static fromBinary ( string $uuid, integer $version = null ) : UUID
$uuid string
$version integer
return UUID
コード例 #1
0
 public function getUUID()
 {
     return UUID::fromBinary($this->get(16));
 }