====== connector::nConnect ====== ~~NOTOC~~ == See Also == [[v6:database:connection_matrix|The Connection Matrix]] == Syntax == mixed nConnect( optional string $parameter1 = '', optional string $parameter2 = '', optional string $parameter3 = '', optional string $parameter4 = '', ) ===== Description ===== The function ''nConnect()'' is a wrapper for [[v6:reference:connection:connect|connect()]] that forces a new connection. Some databases do not support this and simply return the existing connection if available. ===== Syntax ===== See [[v6:reference:connection:connect|connect()]]