ReflectionExtension::isPersistent

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

ReflectionExtension::isPersistentReturns whether this extension is persistent

Descrição

public ReflectionExtension::isPersistent ( ) : bool

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns true for extensions loaded by extension, false otherwise.

Veja Também

add a note add a note

User Contributed Notes

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