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
Complete Guide to Looping Through JSON Data in PHP: Arrays, Objects, and Nested Structures
1
The session_status function is used in conjunction with session_id
10
How to Establish a Persistent Database Connection with mysql_connect Function? Step-by-Step Guide
6
【mysqli::$affected_rows】Common errors after inserting data
6
Similar Functions
spl_autoload_extensions
spl_autoload_extensions
Registerandreturnthe
class_parents
class_parents
Returnstheparentclas
spl_autoload_call
spl_autoload_call
Trytocallallregister
iterator_count
iterator_count
Calculatethenumberof
spl_autoload_unregister
spl_autoload_unregister
Logouttheregistered_
spl_autoload
spl_autoload
__autoload()defaulti
class_uses
class_uses
Returnsthetraitsused
spl_object_id
spl_object_id
Returnstheintegerobj
Popular Articles