GoLang ReflectionExtension::isPersistent

request it (256)
GoLang replacement for PHP's ReflectionExtension::isPersistent [edit | history]



Do you know a GoLang replacement for PHP's ReflectionExtension::isPersistent? Write it!

PHP ReflectionExtension::isPersistent

PHP original manual for ReflectionExtension::isPersistent [ show | php.net ]

ReflectionExtension::isPersistent

(PHP 5 >= 5.4.0, PHP 7)

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