Dutch PHP Conference 2025 - Call For Papers

ReflectionExtension::isTemporary

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

ReflectionExtension::isTemporaryReturns whether this extension is temporary

Опис

public ReflectionExtension::isTemporary(): bool

Check whether the extension is temporary.

An extension is temporary when it is loaded with dl().

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns true for extensions loaded by dl(), false otherwise.

Прогляньте також

add a note

User Contributed Notes

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