PHP 7.0.6 Released

ReflectionExtension::isPersistent

(PHP >= 5.4.0)

ReflectionExtension::isPersistentReturns whether this extension is persistent

Description

public void ReflectionExtension::isPersistent ( void )

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values

Returns TRUE for extensions loaded by extension, FALSE otherwise.

See Also

User Contributed Notes

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