No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher une fonction PHP

ReflectionExtension::getName

(PHP 5, PHP 7)

ReflectionExtension::getNameGets extension name

Description

public ReflectionExtension::getName ( void ) : string

Gets the extensions name.

PHP: ReflectionExtension::getName - Manual Home of Manuel PHP  Contents Haut

Examples

Example #1 ReflectionExtension::getName() example

<?php
$ext 
= new ReflectionExtension('mysqli');
var_dump($ext->getName());
?>

The above example will output something similar to:

string(6) "mysqli"

Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph