<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.mysqli-warning.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'mysqli-warning.next.php',
    1 => 'mysqli_warning::next',
    2 => 'Fetch next warning',
  ),
  'up' => 
  array (
    0 => 'class.mysqli-warning.php',
    1 => 'mysqli_warning',
  ),
  'prev' => 
  array (
    0 => 'mysqli-warning.construct.php',
    1 => 'mysqli_warning::__construct',
  ),
  'next' => 
  array (
    0 => 'class.mysqli-sql-exception.php',
    1 => 'mysqli_sql_exception',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mysqli/mysqli_warning/next.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="mysqli-warning.next" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">mysqli_warning::next</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">mysqli_warning::next</span> &mdash; <span class="dc-title">Fetch next warning</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-mysqli-warning.next-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>mysqli_warning::next</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Change warning information to the next warning if possible.
  </p>
  <p class="para">
   Once the warning has been set to the next warning, new values of properties <code class="literal">message</code>,
   <code class="literal">sqlstate</code> and <code class="literal">errno</code> of <span class="classname"><a href="class.mysqli-warning.php" class="classname">mysqli_warning</a></span>
   are available.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-mysqli-warning.next-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-mysqli-warning.next-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Returns <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> if next warning was fetched successfully.
   If there are no more warnings, it will return <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>
  </p>
 </div>



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