Home
PHP
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
Best practices for using attr_get with mysqli_prepare()
3
Use session_register_shutdown() to perform performance monitoring and resource release
10
How to deal with using attr_get to report Notice or Warning?
3
Comparison of array_column and loop extraction performance
6
Similar Functions
class_uses
class_uses
Returnsthetraitsused
spl_autoload_unregister
spl_autoload_unregister
Logoutofregistered__
class_parents
class_parents
Returnstheparentclas
spl_autoload_register
spl_autoload_register
Registeragivenfuncti
spl_object_id
spl_object_id
Returnstheintegerobj
iterator_to_array
iterator_to_array
Copyelementsfromthei
spl_autoload_call
spl_autoload_call
Trytocallallregister
iterator_count
iterator_count
Calculatethenumberof
Popular Articles