File: Common.php
Source Location: /Image_Graph-0.6.0/Graph/Common.php
Classes:
Image_Graph_Common
The ultimate ancestor of all Image_Graph classes.
Page Details:
Image_Graph - Main class for the graph creation.
PHP versions 4 and 5 LICENSE: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Includes:
require_once('Image/Canvas.php') [line 56]
Include file Image/Canvas.php
is_a [line 40]
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:17:05 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|