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
The performance of array_diff() in large arrays
10
How to correctly determine whether the return value of stripos is false?
9
In-depth Analysis of PHP DateTime Extension: Solving Timestamp, Timezone Conversion, and Formatting Issues
6
How to Use the is_a() Function to Validate Object Types in Factory Pattern
6
Similar Functions
spl_autoload_register
spl_autoload_register
Registeragivenfuncti
class_parents
class_parents
Returnstheparentclas
class_uses
class_uses
Returnsthetraitsused
spl_autoload
spl_autoload
__autoload()defaulti
class_implements
class_implements
Returnsallinterfaces
spl_object_id
spl_object_id
Returnstheintegerobj
spl_autoload_extensions
spl_autoload_extensions
Registerandreturnthe
spl_autoload_call
spl_autoload_call
Trytocallallregister
Popular Articles