Procedural File: Common.php
Source Location: /Graph/Common.php
Classes:
Image_Graph_Common
The ultimate ancestor of all GraPHPite classes.
Page Details:
Image_Graph aka GraPHPite - PEAR PHP OO Graph Rendering Utility.
Tags:
Image_Graph_gd_version [line 60]
int Image_Graph_gd_version(
)
|
|
Check which version of GD is installed
Tags:
is_a [line 43]
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
Tags:
Parameters
object |
$object |
The object to check class for |
string |
$class_name |
The name of the class to check the object for |
|
|