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

File: Tools.php

Source Location: /Image_Tools-1.0.0RC1/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: Copyright (c) 2005-2008 Tobias Schlitt <toby@php.net>, Firman Wandayandi <firman@php.net>

This source file is subject to the BSD License license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://www.opensource.org/licenses/bsd-license.php If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to pear-dev@list.php.net so we can send you a copy immediately.

  • Author: Firman Wandayandi <firman@php.net>
  • Author: Tobias Schlitt <toby@php.net>
  • Version: CVS: $Id: Tools.php,v 1.13 2008/05/26 09:18:09 firman Exp $
  • Copyright: Copyright (c) 2003-2008 Tobias Schlitt <toby@php.net>, Firman Wandayandi <firman@php.net>
  • License: BSD License

Includes:

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

IMAGE_TOOLS_BASE_ERR_CLASS_INVALID [line 68]

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 131]

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 141]

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 77]

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 86]

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 112]

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 159]

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 94]

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 121]

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 103]

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 150]

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 168]

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 15:22:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.