<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.ibase.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.ibase-errcode.php',
    1 => 'ibase_errcode',
    2 => 'Return an error code',
  ),
  'up' => 
  array (
    0 => 'ref.ibase.php',
    1 => 'Firebird/InterBase İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.ibase-drop-db.php',
    1 => 'ibase_drop_db',
  ),
  'next' => 
  array (
    0 => 'function.ibase-errmsg.php',
    1 => 'ibase_errmsg',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ibase/functions/ibase-errcode.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ibase-errcode" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ibase_errcode</h1>
  <p class="verinfo">(PHP 5, PHP 7 &lt; 7.4.0)</p><p class="refpurpose"><span class="refname">ibase_errcode</span> &mdash; <span class="dc-title">Return an error code</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.ibase-errcode-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>ibase_errcode</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="simpara">
   Returns the error code that resulted from the most recent InterBase function
   call.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.ibase-errcode-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">Bu işlevin bağımsız değişkeni yoktur.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.ibase-errcode-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="simpara">
   Returns the error code as an integer, or <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> if no error occurred.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.ibase-errcode-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.ibase-errmsg.php" class="function" rel="rdfs-seeAlso">ibase_errmsg()</a> - Return error messages</span></li>
  </ul>
 </div>


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