English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Basic PHP Tutorial

Advanced PHP Tutorial

PHP & MySQL

PHP Reference Manual

Usage and Examples of PHP odbc_close_all() Function

PHP ODBC Reference Manual

The odbc_close_all() function closes all ODBC connections.

Syntax

void odbc_close_all(void)

Definition and Usage

It closes all odbc connections

Return value

No value is returned

Parameter

This function has no parameters

Online Examples

Try the following examples

<?php
   odbc_closeall();
?>

PHP ODBC Reference Manual