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
Is array_column more efficient when extracting objects than foreach?
10
How to Seamlessly Integrate SuiteCRM with an Online Chat System using PHP
10
How to use socket_clear_error() in the example of the socket construction tutorial
2
PHP and SOAP: Best Practices for Handling Complex Data Structures and Objects
6
Similar Functions
class_parents
class_parents
Returnstheparentclas
spl_object_hash
spl_object_hash
Returnsthehashidofth
spl_autoload
spl_autoload
__autoload()defaulti
spl_autoload_register
spl_autoload_register
Registeragivenfuncti
spl_object_id
spl_object_id
Returnstheintegerobj
iterator_count
iterator_count
Calculatethenumberof
class_implements
class_implements
Returnsallinterfaces
class_uses
class_uses
Returnsthetraitsused
Popular Articles