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
Detailed Analysis and Solutions for ThinkPHP Database Connection Issues
7
How to use with PDOStatement::fetchAll to improve query efficiency
6
What File System Performance Bottlenecks Can the realpath_cache_size Function Detect? A Clear Explanation of Its Principles and Usage
6
Best practices for PDOStatement::rowCount and prepared statements
7
Similar Functions
iterator_count
iterator_count
Calculatethenumberof
spl_object_hash
spl_object_hash
Returnsthehashidofth
spl_autoload_functions
spl_autoload_functions
Returnsallregistered
class_parents
class_parents
Returnstheparentclas
iterator_to_array
iterator_to_array
Copyelementsfromthei
spl_autoload_extensions
spl_autoload_extensions
Registerandreturnthe
class_implements
class_implements
Returnsallinterfaces
iterator_apply
iterator_apply
Callauser-definedfun
Popular Articles