mirror of
https://github.com/php/pecl-virtualization-libvirt.git
synced 2026-03-26 16:22:06 +01:00
47 lines
1.3 KiB
XML
47 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision: 1.28 $ -->
|
|
|
|
<book xml:id="book.libvirt" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>Libvirt</title>
|
|
<titleabbrev>Libvirt</titleabbrev>
|
|
|
|
<preface xml:id="intro.libvirt">
|
|
&reftitle.intro;
|
|
<para>
|
|
Libvirt is a toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). This is PHP language binding for it. For more details see <link xlink:href="http://www.libvirt.org/">libvirt homepage</link>.
|
|
</para>
|
|
<para>
|
|
Many of functions here is only PHP binding to Libvirt C function however in some cases argument types are modified to reflect PHP nature.
|
|
</para>
|
|
</preface>
|
|
|
|
&reference.libvirt.setup;
|
|
&reference.libvirt.constants;
|
|
&reference.libvirt.longlong;
|
|
&reference.libvirt.examples;
|
|
&reference.libvirt.reference;
|
|
|
|
</book>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|
|
|