ReflectionClass::implementsInterface
(PHP 5)
ReflectionClass::implementsInterface — Implements interface
Descrierea
public bool ReflectionClass::implementsInterface
( string
$interface
)Checks whether it implements an interface.
Parametri
-
interface -
The interface name.
Valorile întoarse
Întoarce valoarea TRUE în cazul
succesului sau FALSE în cazul eșecului.
Vedeți de asemenea
- ReflectionClass::isInterface() - Checks if interface
- ReflectionClass::isSubclassOf() - Checks if a subclass
- interface_exists() - Checks if the interface has been defined
- Object Interfaces
There are no user contributed notes for this page.
