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