| Current File : //opt/RZphp5/includes/doc/HTML_Progress2/docs/TDG/re14.html |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>
HTML_Progress2::incValue
</title>
<link rel="stylesheet" href="book.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
<link rel="start" href="index.html" title="HTML_Progress2 Manual" />
<link rel="up" href="ch19s03.html#reference.api.math.step" title=
"Go to next step" />
<link rel="prev" href="re13.html" title="HTML_Progress2::setValue" />
<link rel="next" href="re15.html" title="HTML_Progress2::moveStep" />
<style type="text/css">
/*<![CDATA[*/
body {
background-color: white;
color: black;
}
:link { color: #0000FF }
:visited { color: #840084 }
:active { color: #0000FF }
/*]]>*/
</style>
</head>
<body>
<table class="progress2Header">
<tr>
<td>
<img src="img/pear_progress2.gif" align="left" alt=
"PEAR Progress2 logo" />
<h1>
HTML_Progress2 : The Definitive Guide
</h1>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">
<code class="function">HTML_Progress2::incValue</code>
</th>
</tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="re13.html">Prev</a>
</td>
<th width="60%" align="center">
Go to next step
</th>
<td width="20%" align="right">
<a accesskey="n" href="re15.html">Next</a>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<div class="refentry" lang="en" xml:lang="en">
<a name="package.html.html-progress2.html-progress2.incvalue" id=
"package.html.html-progress2.html-progress2.incvalue"></a>
<div class="titlepage"></div>
<div class="refnamediv">
<h2>
Name
</h2>
<p>
<code class="function">HTML_Progress2::incValue</code> —
Updates the internal progress meter current value
</p>
</div>
<div class="refsynopsisdiv">
<h2>
Synopsis
</h2>
<div class="funcsynopsis">
<pre class="funcsynopsisinfo">
require_once 'HTML/Progress2.php';
</pre>
<p>
<code class="funcdef">void <b class=
"fsfunc">HTML_Progress2::incValue</b>(</code><code>)</code>;<br />
;
</p>
</div>
</div>
<div class="refsect1" lang="en" xml:lang="en">
<a name="package.html.html-progress2.html-progress2.incvalue.desc" id=
"package.html.html-progress2.html-progress2.incvalue.desc"></a>
<h2>
Description
</h2>
<p>
The new current value is equal to previous value increase by
increment value. All listeners are notified. See also moveNext()
method if you want a refresh display too.
</p>
</div>
<div class="refsect1" lang="en" xml:lang="en">
<a name="package.html.html-progress2.html-progress2.incvalue.throws"
id="package.html.html-progress2.html-progress2.incvalue.throws"></a>
<h2>
Throws
</h2>
<p>
<span class="emphasis"><em>throws</em></span> no exceptions thrown
</p>
</div>
<div class="refsect1" lang="en" xml:lang="en">
<a name="package.html.html-progress2.html-progress2.incvalue.see" id=
"package.html.html-progress2.html-progress2.incvalue.see"></a>
<h2>
See
</h2>
<p>
<span class="emphasis"><em>see</em></span> <a href="re12.html" title=
"HTML_Progress2::getValue"><code class=
"function">HTML_Progress2::getValue</code></a> , <a href="re13.html"
title="HTML_Progress2::setValue"><code class=
"function">HTML_Progress2::setValue</code></a> , <a href="re16.html"
title="HTML_Progress2::moveNext"><code class=
"function">HTML_Progress2::moveNext</code></a>
</p>
</div>
<div class="refsect1" lang="en" xml:lang="en">
<a name="package.html.html-progress2.html-progress2.incvalue.note" id=
"package.html.html-progress2.html-progress2.incvalue.note"></a>
<h2>
Note
</h2>
<p>
<span class="emphasis"><em>since</em></span> 2.0.0
</p>
<p>
This function can not be called statically.
</p>
</div>
</div>
<table class="progress2Footer">
<tr>
<td align="left">
HTML_Progress2 : The Definitive Guide
</td>
<td align="right">
v 2.4.0 : April 20, 2007
</td>
</tr>
</table>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="re13.html">Prev</a>
</td>
<td width="20%" align="center">
<a accesskey="u" href="ch19s03.html#reference.api.math.step">Up</a>
</td>
<td width="40%" align="right">
<a accesskey="n" href="re15.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">
<code class="function">HTML_Progress2::setValue</code>
</td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top">
<code class="function">HTML_Progress2::moveStep</code>
</td>
</tr>
</table>
</div>
</body>
</html>