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

File: Common.php

Source Location: /Image_Graph-0.3.0dev1/Graph/Common.php

Classes:

Image_Graph_Common
The ultimate ancestor of all Image_Graph classes.

Page Details:

Image_Graph - PEAR PHP OO Graph Rendering Utility.

Includes:

require_once('Image/Color.php') [line 35]

Image_Graph_gd_version [line 63]

int Image_Graph_gd_version( )

Check which version of GD is installed
  • Return: 0 if GD isn't installed, 1 if GD 1.x is installed and 2 if GD 2.x is installed


[ Top ]



is_a [line 46]

bool is_a( object $object, string $class_name)

Check if an object is of a given class, this function is available as of PHP 4.2.0, so if it exist it will not be declared


Parameters

object   $object   The object to check class for
string   $class_name   The name of the class to check the object for
[ Top ]



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