Libvirt Functions
PHP Manual

libvirt_domain_get_uuid

(php-libvirt 0.1)

libvirt_domain_get_uuidGet the UUID for a domain as binary string.

Description

string libvirt_domain_get_uuid ( resource $domain )

Get the UUID for a domain as a binary string. For textual representation use libvirt_domain_get_uuid_string().

Parameters

domain

Domain resource of domain to get UUID of.

Return Values

String with binary representation of UUID.

See Also


Libvirt Functions
PHP Manual