PMA\libraries\VersionInformation::getPHPVersion PHP Method

getPHPVersion() protected method

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