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
Use regular expressions to clear special characters in user input
1
Why does hash_equals require the two hash values being compared to have the same length? What is the security reason behind it?
7
The difference between ceil() and round() and its application scenarios
10
In-depth Analysis of PHP7 Low-level Development: Exploring Object-Oriented Programming Mechanisms
8
Similar Functions
spl_autoload
spl_autoload
__autoload()defaulti
iterator_apply
iterator_apply
Callauser-definedfun
class_implements
class_implements
Returnsallinterfaces
spl_autoload_functions
spl_autoload_functions
Returnsallregistered
spl_object_hash
spl_object_hash
Returnsthehashidofth
spl_autoload_unregister
spl_autoload_unregister
Logoutofregistered__
class_uses
class_uses
Returnsthetraitsused
class_parents
class_parents
Returnstheparentclas
Popular Articles