<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!-- Header //-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>
Moc10 Library v1.9.7 | A Lightweight PHP Library
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Nick Sagona"/>
<meta name="keywords" content="php, php library, php framework, php code library, moc10 library, moc10media, moc 10 media, moc 10, object oriented programming, oop" />
<meta name="description" content="Moc10 Library is a lightweight, easily deployable PHP library that integrates a handful of some of the 'basics' that go into many websites, projects and applications." />
<meta name="robots" content="all" />
<link rel="stylesheet" type="text/css" href="../styles.css" />
<link rel="shortcut icon" href="../moc10media.ico" type="image/ico" />
</head>
<body>
<!-- Content //-->
<div id="content">
<h1>Moc10 Library v1.9.7 | A Lightweight PHP Library</h1>
<ul id="mainNav">
<li><a href="../index.html">Overview</a></li>
<li><a href="../features.html">Features</a></li>
<li><a href="../manual.html">Manual</a></li>
<li>API Glossary</li>
<li><a href="../api-docs/index.html">API Docs</a></li>
<li><a href="../faqs.html">FAQs</a></li>
<li><a href="../development.html">Development</a></li>
<li><a href="../download.html">Download</a></li>
</ul>
<span class="right"><a href="../api-glossary.html">< back to glossary</a></span>
<h3>API Glossary > The Image Component</h3>
<h4>$image = new Moc10_Image($img, $up = false, $typ = null, $w = null, $h = null, $r = null, $g = null, $b = null)</h4>
<pre>
@param string $img (Image on the system, or name of the image to be saved on the system)
@param boolean $up (Flag to trigger whether or not the image is being uploaded)
@param array $typ (Allowed image types)
@param int|string $w (Width of a newly defined image)
@param int|string $h (Height of a newly defined image)
@param int|string $r (Red value of the background color of a newly defined image, 0 through 255)
@param int|string $g (Green value of the background color of a newly defined image, 0 through 255)
@param int|string $b (Blue value of the background color of a newly defined image, 0 through 255)
</pre>
<p>
The constructor method instantiates a new Moc10_Image object, which contains the methods and properties to manipulate an image. The new Moc10_Image object represents an actual image on the system.
</p>
</div>
<!-- Footer //-->
<div id="footer">
Copyright © 2009-2011, Moc 10 Media, LLC. All rights reserved.
</div>
</body>
</html>