(PHP 5 >= 5.4.0, PHP 7, PHP 8)
ReflectionExtension::isTemporary — Returns whether this extension is temporary
Check whether the extension is temporary.
An extension is temporary when it is loaded with dl().
Esta função não possui parâmetros.
Returns true
for extensions loaded by dl(),
false
otherwise.