• PHP Video Tutorials

PHP - Function Close All



Syntax

void odbc_close_all ( void )

Definition and Usage

It used to close all odbc connections

Return Values

No value is returned

Parameters

This Function has no parameters

Example

Try out following example

<?php
   odbc_closeall();
?>
php_function_reference.htm
Advertisements