Home
PHP
Tags
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
How to Query Data and Dynamically Add Fields in ThinkPHP
4
What Are the Pitfalls and Considerations of PHP’s is_double Function When Handling Large Numbers?
4
The difference between mysql_fetch_field and mysqli_fetch_field
4
Linux PHP Control Panel Usage and Installation Guide to Improve Website Management Efficiency
9
Similar Functions
spl_classes
spl_classes
ReturnallavailableSP
spl_autoload_register
spl_autoload_register
Registeragivenfuncti
class_parents
class_parents
Returnstheparentclas
iterator_to_array
iterator_to_array
Copyelementsfromthei
class_uses
class_uses
Returnsthetraitsused
spl_object_id
spl_object_id
Returnstheintegerobj
spl_object_hash
spl_object_hash
Returnsthehashidofth
spl_autoload_extensions
spl_autoload_extensions
Registerandreturnthe
Popular Articles