UUID::unparse

Constructs a UUID string given an array as returned by UUID::parse()

Synopsis

public static function string UUID::unparse(array [in] $info)

Description

UUID::unparse() accepts an array representation of a UUID as returned by UUID::parse() and returns a string representation of the same UUID.

Parameters

Name Direction Type Description
$info in array An array representation of a UUID

Return Value

A string representing the supplied UUID