Libvirt Functions
PHP Manual

libvirt_list_active_domains

(php-libvirt 0.1)

libvirt_list_active_domainsGet active domains

Description

array libvirt_list_active_domains ( resource $connection )

Get the list of active domains. Their hypervisor IDs are returned. You can use libvirt_domain_lookup_by_id() to get domain resource from hypervisor ID.

In most cases it is better to use libvirt_list_domains() as it returns the domain resources.

Parameters

connection

Connection resource of hypervisor.

Return Values

FALSE on failure and Array of integers containing hypervisor IDs.

See Also


Libvirt Functions
PHP Manual