How to check active theme is parent or child wordpress

I try this code and it solve my problem

if ( is_child_theme() === false ) {
    // files moved
} else {
    // do nothing
}

Thankx to @birgire

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)