<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.domtext.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'domtext.iselementcontentwhitespace.php',
    1 => 'DOMText::isElementContentWhitespace',
    2 => 'Returns whether this text node contains whitespace in element content',
  ),
  'up' => 
  array (
    0 => 'class.domtext.php',
    1 => 'DOMText',
  ),
  'prev' => 
  array (
    0 => 'domtext.construct.php',
    1 => 'DOMText::__construct',
  ),
  'next' => 
  array (
    0 => 'domtext.iswhitespaceinelementcontent.php',
    1 => 'DOMText::isWhitespaceInElementContent',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/dom/domtext/iselementcontentwhitespace.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="domtext.iselementcontentwhitespace" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">DOMText::isElementContentWhitespace</h1>
  <p class="verinfo">(No version information available, might only be in Git)</p><p class="refpurpose"><span class="refname">DOMText::isElementContentWhitespace</span> &mdash; <span class="dc-title">Returns whether this text node contains whitespace in element content</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-domtext.iselementcontentwhitespace-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>DOMText::isElementContentWhitespace</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">

  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-domtext.iselementcontentwhitespace-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-domtext.iselementcontentwhitespace-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Повертає <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> у разі успіху або <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> в разі помилки.
  </p>
 </div>



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