February 2013
Intermediate to advanced
538 pages
20h 55m
English
interface_exists
bool interface_exists(stringname[, boolautoload_interface])
Returns true if an interface
named name has been defined and
false otherwise. By default, the
function will call __autoload() on
the interface; if autoload_interface is set and is false, __autoload() will not be called.
Read now
Unlock full access