<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'function.ocinewdescriptor.php',
    1 => 'ocinewdescriptor',
    2 => 'Alias of oci_new_descriptor',
  ),
  'up' => 
  array (
    0 => 'oldaliases.oci8.php',
    1 => 'OCI8 Obsolete Aliases and Functions',
  ),
  'prev' => 
  array (
    0 => 'function.ocinewcursor.php',
    1 => 'ocinewcursor',
  ),
  'next' => 
  array (
    0 => 'function.ocinlogon.php',
    1 => 'ocinlogon',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/oci8/oldaliases/ocinewdescriptor.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ocinewdescriptor" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ocinewdescriptor</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">ocinewdescriptor</span> &mdash; <span class="dc-title">Alias of <span class="function"><a href="function.oci-new-descriptor.php" class="function">oci_new_descriptor()</a></span></span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.ocinewdescriptor-description">
  <h3 class="title">Description</h3>
  <p class="para">Alias of <span class="function"><a href="function.oci-new-descriptor.php" class="function">oci_new_descriptor()</a></span></p>
  <div class="warning"><strong class="warning">Warning</strong>
<p class="simpara">This alias has been <em>DEPRECATED</em> as of PHP 5.4.0.  Relying
on this alias is highly discouraged.</p></div>
 </div>


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