Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 1791

php-manual-en-7.2.11-1.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Get number of nodes in the list</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="class.domnodelist.html">DOMNodeList</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="domnodelist.item.html">DOMNodeList::item</a></div>
 <div class="up"><a href="class.domnodelist.html">DOMNodeList</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="domnodelist.count" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">DOMNodeList::count</h1>
  <p class="verinfo">(No version information available, might only be in Git)</p><p class="refpurpose"><span class="refname">DOMNodeList::count</span> &mdash; <span class="dc-title">Get number of nodes in the list</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-domnodelist.count-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">int</span> <span class="methodname"><strong>DOMNodeList::count</strong></span>
    ( <span class="methodparam">void</span>
   )</div>

  <p class="para rdfs-comment">

  </p>

 </div>


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


 <div class="refsect1 returnvalues" id="refsect1-domnodelist.count-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns number of nodes in the list or <strong><code>FALSE</code></strong> on failure.
  </p>
 </div>

 
 <div class="refsect1 changelog" id="refsect1-domnodelist.count-changelog">
  <h3 class="title">Changelog</h3>
  <p class="para">
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>Version</th>
       <th>Description</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>7.2.0</td>
       <td>
        The <a href="class.countable.html" class="classname">Countable</a> interface is implemented and 
        returns the value of the <a href="class.domnodelist.html#domnodelist.props.length" class="link">length</a> property.
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>

 

</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="class.domnodelist.html">DOMNodeList</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="domnodelist.item.html">DOMNodeList::item</a></div>
 <div class="up"><a href="class.domnodelist.html">DOMNodeList</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>