Libvirt Functions
PHP Manual

libvirt_domain_get_uuid_string

(php-libvirt 0.1)

libvirt_domain_get_uuid_stringGet the UUID for a domain as string.

Description

string libvirt_domain_get_uuid_string ( resource $domain )

Get the UUID for a domain as string (i.e. 25ab2490-7c4c-099f-b647-45ff8efa73f6 ). For more information about UUID see RFC4122. For binary representation use libvirt_domain_get_uuid().

Parameters

domain

Domain resource of domain to get UUID of.

Return Values

String with textual representation of UUID.

See Also


Libvirt Functions
PHP Manual