<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/oldaliases.oci8.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ru',
  ),
  'this' => 
  array (
    0 => 'function.ocilogon.php',
    1 => 'ocilogon',
    2 => 'Псевдоним функции oci_connect',
  ),
  'up' => 
  array (
    0 => 'oldaliases.oci8.php',
    1 => 'Устаревшие наименования и функции OCI8',
  ),
  'prev' => 
  array (
    0 => 'function.ocilogoff.php',
    1 => 'ocilogoff',
  ),
  'next' => 
  array (
    0 => 'function.ocinewcollection.php',
    1 => 'ocinewcollection',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/oci8/oldaliases/ocilogon.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ocilogon" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ocilogon</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8, PECL OCI8 &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">ocilogon</span> &mdash; <span class="dc-title">Псевдоним функции <span class="function"><a href="function.oci-connect.php" class="function">oci_connect()</a></span></span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.ocilogon-description">
  <h3 class="title">Описание</h3>
  <p class="para">
   Псевдоним функции <span class="function"><a href="function.oci-connect.php" class="function">oci_connect()</a></span>.
  </p>
  
<div class="warning"><strong class="warning">Внимание</strong>
 <p class="simpara">
  Начиная с PHP 5.4.0 псевдоним <em>УСТАРЕЛ</em>.
  Полагаться на псевдоним настоятельно не рекомендуют.
 </p>
</div>
 </div>


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