(php-libvirt 0.1)
libvirt_domain_destroy — Destroy the domain object
Destroy the domain object. The running instance is shutdown if not down already and all resources used by it are given back to the hypervisor. This function may require privileged access.
Domain resource of domain to be destroyed. You can get domain resource using various functions (i.e. libvirt_domain_lookup_by_uuid() or libvirt_list_domains()).
TRUE on success and FALSE on failure