IX. Class/Object Functions

Introduction

Requirements

These functions are available as part of the standard module , which is always available .

Installation

There is no installation needed to use these functions , they are part of the PHP core .

Runtime Configuration

Tämä laajennus ei määrittele yhtäkään konfigurointi asetusta .

Resource Types

Tämä laajennus ei määrittele yhtäkään resurssi-tyyppiä .

Predefined Constants

Tämä laajennus ei määrittele yhtäkään vakiota .

Examples

Esimerkki 1 . classes.inc






Esimerkki 2 . test_script.php
























Sisällys
call_user_method_array -- Call a user method given with an array of parameters [deprecated]
call_user_method -- Call a user method on an specific object [deprecated]
class_exists -- Checks if the class has been defined
get_class_methods -- Returns an array of class methods' names
get_class_vars -- Returns an array of default properties of the class
get_class -- Returns the name of the class of an object
get_declared_classes -- Returns an array with the name of the defined classes
get_object_vars -- Returns an associative array of object properties
get_parent_class -- Retrieves the parent class name for object or class
is_a -- Returns TRUE if the object is of this class or has this class as one of its parents
is_subclass_of -- Returns TRUE if the object has this class as one of its parents
method_exists -- Checks if the class method exists