FluentPDO::close PHP Méthode

close() public méthode

Closes the \PDO connection to the database
public close ( ) : null
Résultat null
    public function close()
    {
        $this->pdo = null;
    }