MatthiasMullie\Scrapbook\Adapters\MySQL::flush PHP Method

flush() public method

public flush ( )
    public function flush()
    {
        return $this->client->exec("TRUNCATE TABLE {$this->table}") !== false;
    }