English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The odbc_close_all() function closes all ODBC connections.
void odbc_close_all(void)
It closes all odbc connections
No value is returned
This function has no parameters
Try the following examples
<?php odbc_closeall(); ?>