File: Common.php
Source Location: /Image_Graph-0.3.0dev4/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.
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 |
Documentation generated on Mon, 11 Mar 2019 14:21:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|