PMA\libraries\engines\Innodb::supportsFilePerTable PHP Method

supportsFilePerTable() public method

(do not confuse this with phpMyAdmin's storage engine plugins!)
public supportsFilePerTable ( ) : boolean
return boolean whether this feature is supported or not
    public function supportsFilePerTable()
    {
        return $GLOBALS['dbi']->fetchValue("SHOW GLOBAL VARIABLES LIKE 'innodb_file_per_table';", 0, 1) == 'ON';
    }