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 întroarse
Întoarce valoarea TRUE în cazul succesului sau FALSE în cazul eşecului.
Vedeţi de asemenea
- ReflectionClass::isInterface - Checks if interface
- interface_exists() - Checks if the interface has been defined
- Object Interfaces
ReflectionClass::implementsInterface
There are no user contributed notes for this page.
