PHP 7.0.6 Released

ReflectionFunctionAbstract::getExtensionName

(PHP 5, PHP 7)

ReflectionFunctionAbstract::getExtensionNameGets extension name

Description

public string ReflectionFunctionAbstract::getExtensionName ( void )

Get the extensions name.

Warning

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

Parameters

This function has no parameters.

Return Values

The extensions name.

See Also

User Contributed Notes

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