ldap_unbind
Introduction
Other Services
PHP Manual
Libvirt
Introduction
Installing/Configuring
Requirements
Installation
Predefined Constants
Examples
Libvirt Functions
libvirt_connect
— Get a connection to the Hypervisor
libvirt_domain_block_stats
— provide block device statistics for the block device on domain.
libvirt_domain_create_xml
— Launch a new guest domain, based on an XML description
libvirt_domain_create
— Launch a defined domain.
libvirt_domain_define_xml
— Define a domain, but does not start it.
libvirt_domain_destroy
— Destroy the domain object
libvirt_domain_get_id
— Get the hypervisor ID number for the domain
libvirt_domain_get_info
— Extract information about a domain
libvirt_domain_get_name
— Get the public name for that domain
libvirt_domain_get_uuid_string
— Get the UUID for a domain as string.
libvirt_domain_get_uuid
— Get the UUID for a domain as binary string.
libvirt_domain_get_xml_desc
— Provide an XML description of the domain
libvirt_domain_interface_stats
— provide interface statistics for the virtual network interface on domain.
libvirt_domain_lookup_by_id
— Try to look up a domain based on the hypervisor ID number
libvirt_domain_lookup_by_name
— Try to look up a domain by its name.
libvirt_domain_lookup_by_uuid_string
— Try to look up a domain by its UUID (textual)
libvirt_domain_lookup_by_uuid
— Try to look up a domain by its UUID (binary)
libvirt_domain_memory_peek
— Read the contents of a domain's memory
libvirt_domain_memory_stats
— provide memory statistics for the domain.
libvirt_domain_reboot
— Reboot a domain
libvirt_domain_resume
— Resume an suspended domain
libvirt_domain_shutdown
— Shutdown a domain
libvirt_domain_suspend
— Suspend a domain
libvirt_domain_undefine
— Undefine a domain
libvirt_get_active_domain_count
— Get the number of active domains.
libvirt_get_domain_count
— Get the number of all domains
libvirt_get_hostname
— Get hostname on which the hypervisor is running
libvirt_get_inactive_domain_count
— get the number of defined domains
libvirt_get_last_error
— Get the last libvirt error
libvirt_list_active_domains
— Get active domains
libvirt_list_defined_domains
— Get inactive domains
libvirt_list_domains
— List all domains
libvirt_node_get_info
— Extract hardware information about the node
libvirt_version
— Get libvirt version
ldap_unbind
Introduction
Other Services
PHP Manual