Image_Tools
[ class tree: Image_Tools ] [ index: Image_Tools ] [ all elements ]

File: Tools.php

Source Location: /Image_Tools-0.3.0/Image/Tools.php

Classes:

Image_Tools
This is the Image_Tools base class

Page Details:

This is a main file of Image_Tools package.

PHP versions 4 and 5

LICENSE:

The PHP License, version 3.0

Copyright (c) 1997-2005 The PHP Group

This source file is subject to version 3.0 of the PHP license, that is bundled with this package in the file LICENSE, and is available through the world-wide-web at the following url: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP license and are unable to obtain it through the world-wide-web, please send a note to license@php.net so we can mail you a copy immediately.

Includes:

require_once('PEAR.php') [line 41]
load PEAR for error handling.
require_once('PHP/Compat.php') [line 46]
load PHP_Compat for PHP backward compatibility.

IMAGE_TOOLS_BASE_ERR_CLASS_INVALID [line 67]

IMAGE_TOOLS_BASE_ERR_CLASS_INVALID = -1
Image_Tools error, indicating that the given tool was not found.
  • Access: public
  • Name: IMAGE_TOOLS_BASE_ERR_CLASS_INVALID

[ Top ]



IMAGE_TOOLS_BASE_ERR_HEADERSEND_FAILED [line 130]

IMAGE_TOOLS_BASE_ERR_HEADERSEND_FAILED = -8
Image_Tools error, indicating that the HTTP headers have been sent before the display() method was called. Ensure that no output started before that.
  • Access: public
  • Name: IMAGE_TOOLS_BASE_ERR_HEADERSEND_FAILED

[ Top ]



IMAGE_TOOLS_BASE_ERR_IMAGETYPE_UNSUPPORTED [line 140]

IMAGE_TOOLS_BASE_ERR_IMAGETYPE_UNSUPPORTED = -9
Image_Tools error, indicating that the image type you selected for displaying the image is not supported. Please use a supported image type.
  • Access: public
  • Name: IMAGE_TOOLS_BASE_ERR_IMAGETYPE_UNSUPPORTED

[ Top ]



IMAGE_TOOLS_BASE_ERR_INSTANCIATION_FAILED [line 76]

IMAGE_TOOLS_BASE_ERR_INSTANCIATION_FAILED = -2
Image_Tools error, indicating that the given tool object could not be instanciated.
  • Access: public
  • Name: IMAGE_TOOLS_BASE_ERR_INSTANCIATION_FAILED

[ Top ]



IMAGE_TOOLS_BASE_ERR_INSTANCIATION_FORBIDEN [line 85]

IMAGE_TOOLS_BASE_ERR_INSTANCIATION_FORBIDEN = -3
Image_Tools error, indicating that you may not instanciate the base class Image_Tools directly.
  • Access: public
  • Name: IMAGE_TOOLS_BASE_ERR_INSTANCIATION_FAILED

[ Top ]



IMAGE_TOOLS_BASE_ERR_METHOD_UNSUPPORTED [line 111]

IMAGE_TOOLS_BASE_ERR_METHOD_UNSUPPORTED = -6
Image_Tools error, indicating that the given method is not supported by the tool.
  • Access: public
  • Name: IMAGE_TOOLS_BASE_ERR_METHOD_UNSUPPORTED

[ Top ]



IMAGE_TOOLS_BASE_ERR_NONSTATIC_FAILED [line 158]

IMAGE_TOOLS_BASE_ERR_NONSTATIC_FAILED = -11
Image_Tools error, indicating that you called a static method non statically, which may only be called statically.
  • Access: public
  • Name: IMAGE_TOOLS_BASE_ERR_NONSTATIC_FAILED

[ Top ]



IMAGE_TOOLS_BASE_ERR_OPTION_INVALID [line 93]

IMAGE_TOOLS_BASE_ERR_OPTION_INVALID = -4
Image_Tools error, indicating that the given option was of a wrong type.
  • Access: public
  • Name: IMAGE_TOOLS_BASE_ERR_OPTION_INVALID

[ Top ]



IMAGE_TOOLS_BASE_ERR_OPTION_NOTSET [line 120]

IMAGE_TOOLS_BASE_ERR_OPTION_NOTSET = -7
Image_Tools error, indicating that the given option is not set.
  • Access: public
  • Name: IMAGE_TOOLS_BASE_ERR_OPTION_NOTSET

[ Top ]



IMAGE_TOOLS_BASE_ERR_OPTION_UNSUPPORTED [line 102]

IMAGE_TOOLS_BASE_ERR_OPTION_UNSUPPORTED = -5
Image_Tools error, indicating that the given option is not supported by the tool.
  • Access: public
  • Name: IMAGE_TOOLS_BASE_ERR_OPTION_UNSUPPORTED

[ Top ]



IMAGE_TOOLS_BASE_ERR_SAVEIMAGE_FAILED [line 149]

IMAGE_TOOLS_BASE_ERR_SAVEIMAGE_FAILED = -10
Image_Tools error, indicating that the image could not be saved.

Check the permissions on the desired path first.

  • Access: public
  • Name: IMAGE_TOOLS_BASE_ERR_SAVEIMAGE_FAILED

[ Top ]



IMAGE_TOOLS_BASE_ERR_STATIC_FAILED [line 167]

IMAGE_TOOLS_BASE_ERR_STATIC_FAILED = -12
Image_Tools error, indicating that you called a static method statically, which may only be called non statically.
  • Access: public
  • Name: IMAGE_TOOLS_BASE_ERR_STATIC_FAILED

[ Top ]



Documentation generated on Mon, 11 Mar 2019 14:13:44 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.