関連するすべてのコードを省略できましたが、PHPの多くのデータベース拡張機能は、特に指示しない限り、現在開いている接続を再利用します。 mysql_connect()
を使用している場合 、$new_link
をご覧ください パラメータ:
mysql_connect — Open a connection to a MySQL Server
Report a bug
Description
resource mysql_connect ([ string $server = ini_get("mysql.default_host") [, string $username = ini_get("mysql.default_user") [, string $password = ini_get("mysql.default_password") [, bool $new_link = false [, int $client_flags = 0 ]]]]] )
Opens or reuses a connection to a MySQL server.
。