File: intro.libvirt.html

package info (click to toggle)
libvirt-php 0.5.2~30-g64dca6f-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,460 kB
  • ctags: 5,538
  • sloc: cpp: 11,159; ansic: 8,250; xml: 3,999; php: 1,604; sh: 580; makefile: 189; perl: 97
file content (25 lines) | stat: -rw-r--r-- 1,624 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Introduction</title>
 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="book.libvirt.html">Libvirt</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="libvirt.setup.html">Installing/Configuring</a></div>
 <div class="up"><a href="book.libvirt.html">Libvirt</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="intro.libvirt" class="preface">
  <h1 class="title">Introduction</h1>
  <p class="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 <a href="http://www.libvirt.org/" class="link external">&raquo; libvirt homepage</a>.
  </p>
  <p class="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. 
  </p>
 </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="book.libvirt.html">Libvirt</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="libvirt.setup.html">Installing/Configuring</a></div>
 <div class="up"><a href="book.libvirt.html">Libvirt</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>