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
PHP Framework Performance Optimization Tips: Avoid Common Bottlenecks to Speed Up Your Application
5
Comparison of the Advantages and Disadvantages of the mb_split and explode Functions: Which One is Right for You?
3
PHP IM System Implementation and Application Analysis: Architecture, Technology, and Real-World Scenarios
6
What’s the Difference Between is_double and is_numeric in PHP? How to Use Them Together for More Accurate Type Checking
10
Similar Functions
class_parents
class_parents
Returnstheparentclas
spl_autoload_register
spl_autoload_register
Registeragivenfuncti
class_implements
class_implements
Returnsallinterfaces
spl_autoload_call
spl_autoload_call
Trytocallallregister
class_uses
class_uses
Returnsthetraitsused
spl_autoload_functions
spl_autoload_functions
Returnsallregistered
spl_autoload_extensions
spl_autoload_extensions
Registerandreturnthe
spl_object_id
spl_object_id
Returnstheintegerobj
Popular Articles