ReflectionExtension::isTemporary

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

ReflectionExtension::isTemporaryこの拡張モジュールが一時的なものかどうかを返す

説明

public ReflectionExtension::isTemporary(): bool

この拡張モジュールが一時的なものかどうかを調べます。

dl() を使って読み込まれている場合、 拡張モジュールは一時的なものです。

パラメータ

この関数にはパラメータはありません。

戻り値

この拡張モジュールが dl() で読み込まれたものである場合に true、 そうでない場合に false を返します。

参考

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top