⊗ppOpIfFn 76 of 107 menu

Functions for Working with Interfaces in OOP in PHP

interface_exists get_declared_interfaces

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.

byenru