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 Convert Relative Paths to Absolute Paths in PHP
7
Incorrectly parsing get_client_version returns data on PHP server
1
Use strchr to compute the length of a substring after a character in a string using strchr and strlen
9
Comprehensive Guide to PHP php_strip_whitespace() Function and Practical Usage
9
Similar Functions
iterator_count
iterator_count
Calculatethenumberof
class_parents
class_parents
Returnstheparentclas
spl_autoload_functions
spl_autoload_functions
Returnsallregistered
iterator_apply
iterator_apply
Callauser-definedfun
spl_autoload_extensions
spl_autoload_extensions
Registerandreturnthe
spl_object_id
spl_object_id
Returnstheintegerobj
spl_autoload_call
spl_autoload_call
Trytocallallregister
class_implements
class_implements
Returnsallinterfaces
Popular Articles