מדריך
PHP
קודם
הבא
IX. Class/Object Functions
Introduction
Examples
דוגמה
1
.
classes.inc
דוגמה
2
.
test_script.php
תוכן העניינים:
call_user_method
-- Call a user method on an specific object [deprecated]
call_user_method_array
-- Call a user method given with an array of parameters [deprecated]
class_exists
-- Checks if the class has been defined
get_class
-- Returns the name of the class of an object
get_class_methods
-- Returns an array of class methods' names
get_class_vars
-- Returns an array of default properties of the class
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
קודם
ראשי
הבא
למעלה
call_user_method