DrewM\Morse\Feature\Db::testPdo_Mysql PHP Method

testPdo_Mysql() public method

public testPdo_Mysql ( )
    public function testPdo_Mysql()
    {
        // Due to historic PHP bugs, need to test PDO::MYSQL_ATTR_LOCAL_INFILE to ensure it's really available
        return defined('PDO::MYSQL_ATTR_LOCAL_INFILE');
    }