Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
class_parents
class_parents
Returns the parent class of the specified class
Name:
class_parents
Category:
SPL
Programming Language:
php
One-line Description:
Returns the parent class of the specified class
Related
What Common Errors Occur When Using PHP’s iterator_count Function? How to Handle Them Correctly?
1
How to debug get_include_path() in PHP and find the path to include the file
1
How to write a more stable database access layer using mysqli_stmt::$error
1
PHP strnatcasecmp Tips for handling complex data structures
3
Similar Functions
class_implements
class_implements
Returnsallinterfaces
spl_autoload_functions
spl_autoload_functions
Returnsallregistered
spl_autoload_unregister
spl_autoload_unregister
Logouttheregistered_
spl_autoload_call
spl_autoload_call
Trytocallallregister
iterator_apply
iterator_apply
Callauser-definedfun
spl_autoload
spl_autoload
__autoload()defaulti
class_parents
class_parents
Returnstheparentclas
spl_autoload_register
spl_autoload_register
Registeragivenfuncti
Popular Articles