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 Get Started with the ThinkPHP Framework: Installation, Learning, and Practice Guide
5
PHP chr() Function Explained: How to Generate Characters Using ASCII Codes
10
xml_parse_into_struct Common errors: the reasons for parsing failure and solutions
2
How to use stream_get_filters to customize the content of file streams?
8
Similar Functions
spl_autoload_functions
spl_autoload_functions
Returnsallregistered
spl_autoload_register
spl_autoload_register
Registeragivenfuncti
spl_autoload_unregister
spl_autoload_unregister
Logouttheregistered_
spl_object_id
spl_object_id
Returnstheintegerobj
iterator_to_array
iterator_to_array
Copyelementsfromthei
iterator_apply
iterator_apply
Callauser-definedfun
spl_autoload_extensions
spl_autoload_extensions
Registerandreturnthe
spl_autoload
spl_autoload
__autoload()defaulti
Popular Articles