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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
<!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>Get the last libvirt error</title>
</head>
<body><div class="manualnavbar" style="text-align: center;">
<div class="prev" style="text-align: left; float: left;"><a href="function.libvirt-get-inactive-domain-count.html">libvirt_get_inactive_domain_count</a></div>
<div class="next" style="text-align: right; float: right;"><a href="function.libvirt-list-active-domains.html">libvirt_list_active_domains</a></div>
<div class="up"><a href="ref.libvirt.html">Libvirt Functions</a></div>
<div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.libvirt-get-last-error" class="refentry">
<div class="refnamediv">
<h1 class="refname">libvirt_get_last_error</h1>
<p class="verinfo">(php-libvirt 0.1)</p><p class="refpurpose"><span class="refname">libvirt_get_last_error</span> — <span class="dc-title">Get the last libvirt error</span></p>
</div>
<a name="function.libvirt-get-last-error.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<div class="methodsynopsis dc-description">
<span class="type">string</span> <span class="methodname"><b>libvirt_get_last_error</b></span>
( <span class="methodparam">void</span>
)</div>
<p class="para rdfs-comment">
Returns the last error produced by libvirt library. Does not reset it so you can read the same error multiple times. TODO: maybe would be better to reset the error.
</p>
</div>
<a name="function.libvirt-get-last-error.returnvalues"></a><div class="refsect1 returnvalues">
<h3 class="title">Return Values</h3>
<p class="para">
String with last libvirt error
</p>
</div>
</div><hr /><div class="manualnavbar" style="text-align: center;">
<div class="prev" style="text-align: left; float: left;"><a href="function.libvirt-get-inactive-domain-count.html">libvirt_get_inactive_domain_count</a></div>
<div class="next" style="text-align: right; float: right;"><a href="function.libvirt-list-active-domains.html">libvirt_list_active_domains</a></div>
<div class="up"><a href="ref.libvirt.html">Libvirt Functions</a></div>
<div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>
|