interface_exists
インターフェイスが宣言されているかどうかを確認する
&reftitle.description;
boolinterface_exists
stringinterface
boolautoload&true;
指定したインターフェイスが定義されているかどうかを調べます。
&reftitle.parameters;
interface
インターフェイス名。
autoload
デフォルトで &link.autoload; をコールするかどうか。
&reftitle.returnvalues;
interface
で与えられたインターフェイスが宣言されていれば &true; を返します。
そうでなければ &false; を返します。
&reftitle.examples;
interface_exists の例
]]>
&reftitle.seealso;
get_declared_interfaces
class_implements
class_exists
enum_exists