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
hash_final How to deal with different data formats when calculating hash values?
8
Comprehensive PHP LDAP Search Guide: From Connection to Result Handling
3
What’s the Difference Between strcasecmp and strcmp? A Guide to Their Use Cases in PHP
4
How to check the cache status of the current PHP script with ob_list_handlers
1
Similar Functions
class_uses
class_uses
Returnsthetraitsused
spl_autoload
spl_autoload
__autoload()defaulti
spl_autoload_register
spl_autoload_register
Registeragivenfuncti
iterator_apply
iterator_apply
Callauser-definedfun
spl_autoload_unregister
spl_autoload_unregister
Logouttheregistered_
class_implements
class_implements
Returnsallinterfaces
class_parents
class_parents
Returnstheparentclas
spl_autoload_functions
spl_autoload_functions
Returnsallregistered
Popular Articles