Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
class_implements
class_implements
Returns all interfaces implemented by the specified class or interface
Name:
class_implements
Category:
SPL
Programming Language:
php
One-line Description:
Returns all interfaces implemented by the specified class or interface
Related
Solve FAQs when realpath fails to parse directories
10
Analysis of the reasons why the bcsqrt function encountered "non-number" errors when using it
8
How to check if mbstring extension is enabled in PHP environment through mb_get_info
2
How to use PDOStatement::rowCount to determine whether the database operation is successful
5
Similar Functions
class_implements
class_implements
Returnsallinterfaces
spl_object_hash
spl_object_hash
Returnsthehashidofth
iterator_to_array
iterator_to_array
Copyelementsfromthei
iterator_apply
iterator_apply
Callauser-definedfun
spl_classes
spl_classes
ReturnallavailableSP
spl_autoload
spl_autoload
__autoload()defaulti
iterator_count
iterator_count
Calculatethenumberof
class_parents
class_parents
Returnstheparentclas
Popular Articles