<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.uodbc.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'function.odbc-close-all.php',
    1 => 'odbc_close_all',
    2 => 'Close all ODBC connections',
  ),
  'up' => 
  array (
    0 => 'ref.uodbc.php',
    1 => 'ODBC Функції',
  ),
  'prev' => 
  array (
    0 => 'function.odbc-close.php',
    1 => 'odbc_close',
  ),
  'next' => 
  array (
    0 => 'function.odbc-columnprivileges.php',
    1 => 'odbc_columnprivileges',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/uodbc/functions/odbc-close-all.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.odbc-close-all" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">odbc_close_all</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">odbc_close_all</span> &mdash; <span class="dc-title">Close all ODBC connections</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.odbc-close-all-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>odbc_close_all</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="para rdfs-comment">
   <span class="function"><strong>odbc_close_all()</strong></span> will close down all
   connections to database server(s).
  </p>
 </div>

 
 <div class="refsect1 parameters" id="refsect1-function.odbc-close-all-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.odbc-close-all-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Не повертає значень.
  </p>
 </div>

 <div class="refsect1 notes" id="refsect1-function.odbc-close-all-notes">
  <h3 class="title">Примітки</h3>
  <blockquote class="note"><p><strong class="note">Зауваження</strong>: 
   <p class="para">
    This function will fail if there are open transactions on a connection.
    This connection will remain open in this case.
   </p>
  </p></blockquote>
 </div>

</div><?php manual_footer($setup); ?>