LOG IN
BEGINNER GUIDES
|
PHP CLASSES
|
CODE SEARCH
|
ARTICLES SEARCH
|
PHP FORUMS
|
PHP MANUAL
|
PHP FUNCTIONS LIST
|
WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles
Submit Your Code
SEO Monitor
UpTime Monitor
PHP Code Contest
My Favorite Examples
My Favorite Articles
Update Your Profile
More Weber Sites
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
Recommended Links
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Recommended
Submit Site
Forex Trading
Online forex trading platform
Classes/Object Functions
Classes/Objects
call_user_method_array
Classes/Objects
PHP Manual
Classes/Object Functions
Table of Contents
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
— Gets the class methods' names
get_class_vars
— Get the 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_declared_interfaces
— Returns an array of all declared interfaces
get_object_vars
— Gets the public properties of the given object
get_parent_class
— Retrieves the parent class name for object or class
interface_exists
— Checks if the interface has been defined
is_a
— Checks if the object is of this class or has this class as one of its parents
is_subclass_of
— Checks if the object has this class as one of its parents
method_exists
— Checks if the class method exists
property_exists
— Checks if the object or class has a property
Classes/Objects
call_user_method_array
Classes/Objects
PHP Manual