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