(php-libvirt 0.1)
libvirt_domain_lookup_by_uuid — Try to look up a domain by its UUID (binary)
Try to look up a domain on the given hypervisor based on its UUID (in binary representation). For lookup based on textual UUID use libvirt_domain_lookup_by_uuid_string().
Libvirt connection obtained by calling libvirt_connect().
UUID of a domain to look up (in binary representation).
FALSE on failure and domain resource on success