Search Results
ReflectionExtension::getName (PHP 5, PHP 7, PHP 8) ReflectionExtension::getName — Gets extension name
ReflectionExtension::getName (PHP 5, PHP 7) ReflectionExtension::getName — Gets extension name Description public ReflectionExtension::getName ( ) : string Gets the extensions name. Parameters This function has no parameters. Return Values The extensions name.
Dec 11, 2019 · The ReflectionExtension::getName () function is an inbuilt function in PHP which is used to return the name of the specified extension. Syntax: string ReflectionExtension::getName( void ) Parameters: This function does not accept any parameter. Return Value: This function returns the name of the specified extension. Below programs illustrate the ReflectionExtension::getName () function in PHP ...
Name of the extension, same as calling the ReflectionExtension::getName () method.
ReflectionExtension::getName — Gets extension name ReflectionExtension::getVersion — Gets extension version ReflectionExtension::info — Print extension info ReflectionExtension::isPersistent — Returns whether this extension is persistent ReflectionExtension::isTemporary — Returns whether this extension is temporary
8 Extending Ruben's, you can get the full name like this: ... You can add it to a static method that receives a MethodBase parameter and generates the string.
English PHP documentation. Contribute to php/doc-en development by creating an account on GitHub.
