Blame | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!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>10.3. PHPlot Class Constants</title><link rel="stylesheet" type="text/css" href="phplotdoc.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><link rel="home" href="index.html" title="PHPlot Reference Manual" /><link rel="up" href="dev-vars.html" title="Chapter 10. PHPlot Class Member Variables" /><link rel="prev" href="dev-var-notes.html" title="10.2. Member Variable Notes" /><link rel="next" href="changelog.html" title="Appendix A. Change Log" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">10.3. PHPlot Class Constants</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="dev-var-notes.html">Prev</a> </td><th width="60%" align="center">Chapter 10. PHPlot
Class Member Variables</th><td width="20%" align="right"> <a accesskey="n" href="changelog.html">Next</a></td></tr></table><hr /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="dev-const"></a>10.3. PHPlot Class Constants</h2></div></div></div><div class="abstract"><p class="title"><strong></strong></p><p>
This section provides information about constants defined in the PHPlot class.
As these are PHP constants, they are accessed without a leading $ and
cannot be expanded inside string values.
</p></div><p>
</p><div class="variablelist"><dl class="variablelist"><dt><span class="term"><a id="const_version"></a>PHPlot::version</span></dt><dd><p>
The <code class="varname">version</code> constant contains the PHPlot code version as
a string, for example <code class="literal">"5.4.0"</code>.
(This was added in PHPlot-5.4.0.)
</p></dd><dt><span class="term"><a id="const_version_id"></a>PHPlot::version_id</span></dt><dd><p>
The <code class="varname">version_id</code> constant contains the PHPlot code version as
an integer, using the conventional formula 10000*major_version +
100*minor_version + patch_version.
This was added in PHPlot-6.0.0 (with value 60000) to make it
possible for the test suite to check for a minimum version.
</p></dd></dl></div><p>
</p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="dev-var-notes.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="dev-vars.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="changelog.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">10.2. Member Variable Notes </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Appendix A. Change Log</td></tr></table></div></body></html>