PMA\libraries\VersionInformation::getPHPVersion PHP Méthode

getPHPVersion() protected méthode

Returns the PHP version
protected getPHPVersion ( ) : string
Résultat string PHP version
    protected function getPHPVersion()
    {
        return PHP_VERSION;
    }