<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'function.ocifetchstatement.php',
    1 => 'ocifetchstatement',
    2 => 'Псевдонім oci_fetch_all',
  ),
  'up' => 
  array (
    0 => 'oldaliases.oci8.php',
    1 => 'Застарілі псевдоніми та функції OCI8',
  ),
  'prev' => 
  array (
    0 => 'function.ocifetchinto.php',
    1 => 'ocifetchinto',
  ),
  'next' => 
  array (
    0 => 'function.ocifreecollection.php',
    1 => 'ocifreecollection',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'uk',
    'path' => 'reference/oci8/oldaliases/ocifetchstatement.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ocifetchstatement" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ocifetchstatement</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">ocifetchstatement</span> &mdash; <span class="dc-title">Псевдонім <span class="function"><a href="function.oci-fetch-all.php" class="function">oci_fetch_all()</a></span></span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.ocifetchstatement-description">
  <h3 class="title">Опис</h3>
  <p class="para">Псевдонім <span class="function"><a href="function.oci-fetch-all.php" class="function">oci_fetch_all()</a></span></p>
  <div class="warning"><strong class="warning">Увага</strong><p class="simpara">Цей псевдонім
<em>ЗАСТАРІВ</em>, починаючи з PHP 5.4.0. Вкрай не рекомендується на
нього покладатися.</p></div>
 </div>


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