ReflectionExtension::isTemporary

Returns whether this extension is temporary

Description

public bool ReflectionExtension::isTemporary()

Check whether the extension is temporary.

An extension is temporary when it is loaded with dl.

Parameters

This function has no parameters.

Return Values

Returns true for extensions loaded by dl, false otherwise.

See Also

  • ReflectionExtension::isPersistent