diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 19:33:51 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 19:33:51 +0200 |
commit | 5aacb6d86fa943c66ee94eb603887bb40e034ec5 (patch) | |
tree | d5150a93c3d82c2d3002154a446d424626d3593b /docs/phpfspot/PHPFSPOT_IMG.html | |
parent | b7a43526958fc12ce7d0e42b8023db52cb25f140 (diff) | |
parent | cd7402eecd6b5e50dcc62d8394342e6717c359e5 (diff) |
Merge commit 'origin/master' into nefformat
Diffstat (limited to 'docs/phpfspot/PHPFSPOT_IMG.html')
-rw-r--r-- | docs/phpfspot/PHPFSPOT_IMG.html | 177 |
1 files changed, 177 insertions, 0 deletions
diff --git a/docs/phpfspot/PHPFSPOT_IMG.html b/docs/phpfspot/PHPFSPOT_IMG.html new file mode 100644 index 0000000..74ea3f9 --- /dev/null +++ b/docs/phpfspot/PHPFSPOT_IMG.html @@ -0,0 +1,177 @@ +<?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> + <!-- template designed by Marco Von Ballmoos --> + <title>Docs For Class PHPFSPOT_IMG</title> + <link rel="stylesheet" href="../media/stylesheet.css" /> + <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/> + </head> + <body> + <div class="page-body"> +<h2 class="class-name"><img src="../media/images/Class_logo.png" + alt=" Class" + title=" Class" + style="vertical-align: middle"> PHPFSPOT_IMG</h2> + +<a name="sec-description"></a> +<div class="info-box"> + <div class="info-box-title">Description</div> + <div class="nav-bar"> + <span class="disabled">Description</span> | + <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) + + </div> + <div class="info-box-body"> + <!-- ========== Info from phpDoc block ========= --> +<p class="short-description">PHPFSPOT_IMG class</p> +<p class="description"><p>handles phpfspot's photos. It will output either the photo binaries or can also show error messages as a on-the-fly generated picture.</p></p> + <p class="notes"> + Located in <a class="field" href="_phpfspot_img.php.html">/phpfspot_img.php</a> (line <span class="field">34</span>) + </p> + + + <pre></pre> + + </div> +</div> + + + + + <a name="sec-method-summary"></a> + <div class="info-box"> + <div class="info-box-title">Method Summary</span></div> + <div class="nav-bar"> + <a href="#sec-description">Description</a> | + <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>) + </div> + <div class="info-box-body"> + <div class="method-summary"> + <div class="method-definition"> + <img src="../media/images/Constructor.png" alt=" "/> + <span class="method-result">PHPFSPOT_IMG</span> + <a href="#__construct" title="details" class="method-name">__construct</a> + () + </div> + <div class="method-definition"> + <img src="../media/images/Destructor.png" alt=" "/> + <span class="method-result">void</span> + <a href="#__destruct" title="details" class="method-name">__destruct</a> + () + </div> + <div class="method-definition"> + <img src="../media/images/Method.png" alt=" "/> + <span class="method-result">void</span> + <a href="#show" title="details" class="method-name">show</a> + (<span class="var-type">integer</span> <span class="var-name">$idx</span>, [<span class="var-type">integer</span> <span class="var-name">$width</span> = <span class="var-default">0</span>]) + </div> + </div> + </div> + </div> + + + <a name="sec-methods"></a> + <div class="info-box"> + <div class="info-box-title">Methods</div> + <div class="nav-bar"> + <a href="#sec-description">Description</a> | + <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>) + + </div> + <div class="info-box-body"> + <A NAME='method_detail'></A> +<a name="method__construct" id="__construct"><!-- --></a> +<div class="evenrow"> + + <div class="method-header"> + <img src="../media/images/Constructor.png" /> + <span class="method-title">Constructor __construct</span> (line <span class="line-number">42</span>) + </div> + + <!-- ========== Info from phpDoc block ========= --> +<p class="short-description">PHPFSPOT_IMG class constructor</p> + <ul class="tags"> + <li><span class="field">access:</span> public</li> + </ul> + + <div class="method-signature"> + <span class="method-result">PHPFSPOT_IMG</span> + <span class="method-name"> + __construct + </span> + () + </div> + + + + </div> +<a name="method__destruct" id="__destruct"><!-- --></a> +<div class="oddrow"> + + <div class="method-header"> + <img src="../media/images/Destructor.png" /> + <span class="method-title">Destructor __destruct</span> (line <span class="line-number">52</span>) + </div> + + <!-- ========== Info from phpDoc block ========= --> +<p class="short-description">PHPFSPOT_IMG class destructor</p> + <ul class="tags"> + <li><span class="field">access:</span> public</li> + </ul> + + <div class="method-signature"> + <span class="method-result">void</span> + <span class="method-name"> + __destruct + </span> + () + </div> + + + + </div> +<a name="methodshow" id="show"><!-- --></a> +<div class="evenrow"> + + <div class="method-header"> + <img src="../media/images/Method.png" /> + <span class="method-title">show</span> (line <span class="line-number">67</span>) + </div> + + <!-- ========== Info from phpDoc block ========= --> +<p class="short-description">sends the specified image to the browser</p> +<p class="description"><p>this function will send the specified image to the client - in the specified width. it also try's to create on-the-fly missing thumbnails via PHPFSPOT gen_thumbs function.</p></p> + <ul class="tags"> + <li><span class="field">access:</span> public</li> + </ul> + + <div class="method-signature"> + <span class="method-result">void</span> + <span class="method-name"> + show + </span> + (<span class="var-type">integer</span> <span class="var-name">$idx</span>, [<span class="var-type">integer</span> <span class="var-name">$width</span> = <span class="var-default">0</span>]) + </div> + + <ul class="parameters"> + <li> + <span class="var-type">integer</span> + <span class="var-name">$idx</span> </li> + <li> + <span class="var-type">integer</span> + <span class="var-name">$width</span> </li> + </ul> + + + </div> + + </div> + </div> + + + <p class="notes" id="credit"> + Documentation generated on Sat, 12 Apr 2008 18:39:54 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.2</a> + </p> + </div></body> +</html>
\ No newline at end of file |