php default value assigned to the configuration array odd

extract($this->_config['connection'] + array(
        'database' => '',
        'hostname' => '',
        'username' => '',
        'password' => '',
        'socket'   => '',
        'port'     => 3306,
        'ssl'      => NULL,
));

Guess you like

Origin www.cnblogs.com/hnhycnlc888/p/10982802.html