<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'mysqli-warning.construct.php',
    1 => 'mysqli_warning::__construct',
    2 => 'Private constructor to disallow direct instantiation',
  ),
  'up' => 
  array (
    0 => 'class.mysqli-warning.php',
    1 => 'mysqli_warning',
  ),
  'prev' => 
  array (
    0 => 'class.mysqli-warning.php',
    1 => 'mysqli_warning',
  ),
  'next' => 
  array (
    0 => 'mysqli-warning.next.php',
    1 => 'mysqli_warning::next',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mysqli/mysqli_warning/construct.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="mysqli-warning.construct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">mysqli_warning::__construct</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">mysqli_warning::__construct</span> &mdash; <span class="dc-title">Private constructor to disallow direct instantiation</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-mysqli-warning.construct-description">
  <h3 class="title">Description</h3>
  <div class="constructorsynopsis dc-description">
   <span class="modifier">private</span> <span class="methodname"><strong>mysqli_warning::__construct</strong></span>()</div>

 </div>


 <div class="refsect1 parameters" id="refsect1-mysqli-warning.construct-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>

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