Skip to content
Mo McRoberts edited this page Aug 7, 2011 · 1 revision

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

Synopsis

uses('uuid');

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.

Example

Parameters

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

Return Value

A string representing the supplied UUID

Clone this wiki locally