Functions for Working with Interfaces in OOP in PHP
Display a list of all declared interfaces.
Let's say you have an interface iTest1
and no interface iTest2
.
Check what the function interface_exists
will output for the interface iTest1
and for the interface
iTest2
.