From 478bae1a1072f2de18f46bf3fc3f0ce2643f4571 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 12 Apr 2008 18:25:30 +0200 Subject: commit current phpDocumentor docs --- docs/phpfspot/PHPFSPOT_IMG.html | 177 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 docs/phpfspot/PHPFSPOT_IMG.html (limited to 'docs/phpfspot/PHPFSPOT_IMG.html') diff --git a/docs/phpfspot/PHPFSPOT_IMG.html b/docs/phpfspot/PHPFSPOT_IMG.html new file mode 100644 index 0000000..8a566d0 --- /dev/null +++ b/docs/phpfspot/PHPFSPOT_IMG.html @@ -0,0 +1,177 @@ + + + + + + Docs For Class PHPFSPOT_IMG + + + + +
+

 Class PHPFSPOT_IMG

+ + +
+
Description
+ +
+ +

PHPFSPOT_IMG class

+

handles phpfspot's photos. It will output either the photo binaries or can also show error messages as a on-the-fly generated picture.

+

+ Located in /phpfspot_img.php (line 35) +

+ + +

+	
+			
+
+ + + + + +
+
Method Summary
+ +
+
+
+  + PHPFSPOT_IMG + __construct + () +
+
+  + void + __destruct + () +
+
+  + void + show + (integer $idx, [integer $width = 0]) +
+
+
+
+ + + +
+
Methods
+ +
+ + +
+ +
+ + Constructor __construct (line 43) +
+ + +

PHPFSPOT_IMG class constructor

+
    +
  • access: public
  • +
+ +
+ PHPFSPOT_IMG + + __construct + + () +
+ + + +
+ +
+ +
+ + Destructor __destruct (line 53) +
+ + +

PHPFSPOT_IMG class destructor

+
    +
  • access: public
  • +
+ +
+ void + + __destruct + + () +
+ + + +
+ +
+ +
+ + show (line 68) +
+ + +

sends the specified image to the browser

+

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.

+
    +
  • access: public
  • +
+ +
+ void + + show + + (integer $idx, [integer $width = 0]) +
+ +
    +
  • + integer + $idx
  • +
  • + integer + $width
  • +
+ + +
+ +
+
+ + +

+ Documentation generated on Sat, 12 Apr 2008 18:25:06 +0200 by phpDocumentor 1.4.2 +

+
+ \ No newline at end of file -- cgit v1.2.3-18-g5258