(php-libvirt 0.1)
libvirt_list_defined_domains — Get inactive domains
Get the names of defined but inactive domains. You can use libvirt_domain_lookup_by_name() to get domain resource from name.
In most cases it is better to use libvirt_list_domains() as it returns the domain resources.
Connection resource of hypervisor.
FALSE on failure and Array of strings containing domain names.