<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.filesystemiterator.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'filesystemiterator.getflags.php',
    1 => 'FilesystemIterator::getFlags',
    2 => 'Get the handling flags',
  ),
  'up' => 
  array (
    0 => 'class.filesystemiterator.php',
    1 => 'FilesystemIterator',
  ),
  'prev' => 
  array (
    0 => 'filesystemiterator.current.php',
    1 => 'FilesystemIterator::current',
  ),
  'next' => 
  array (
    0 => 'filesystemiterator.key.php',
    1 => 'FilesystemIterator::key',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/spl/filesystemiterator/getflags.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="filesystemiterator.getflags" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">FilesystemIterator::getFlags</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">FilesystemIterator::getFlags</span> &mdash; <span class="dc-title">Get the handling flags</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-filesystemiterator.getflags-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>FilesystemIterator::getFlags</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
   Gets the handling flags, as set in <span class="methodname"><a href="filesystemiterator.construct.php" class="methodname">FilesystemIterator::__construct()</a></span> or <span class="methodname"><a href="filesystemiterator.setflags.php" class="methodname">FilesystemIterator::setFlags()</a></span>.
  </p>

 </div>


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


 <div class="refsect1 returnvalues" id="refsect1-filesystemiterator.getflags-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   The integer value of the set flags.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-filesystemiterator.getflags-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="filesystemiterator.construct.php" class="methodname" rel="rdfs-seeAlso">FilesystemIterator::__construct()</a> - Constructs a new filesystem iterator</span></li>
    <li><span class="methodname"><a href="filesystemiterator.setflags.php" class="methodname" rel="rdfs-seeAlso">FilesystemIterator::setFlags()</a> - Sets handling flags</span></li>
   </ul>
  </p>
 </div>


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