<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.tidy.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'ref.tidy.php',
    1 => 'Tidy Functions',
    2 => 'Tidy Functions',
  ),
  'up' => 
  array (
    0 => 'book.tidy.php',
    1 => 'Tidy',
  ),
  'prev' => 
  array (
    0 => 'tidynode.istext.php',
    1 => 'tidyNode::isText',
  ),
  'next' => 
  array (
    0 => 'function.ob-tidyhandler.php',
    1 => 'ob_tidyhandler',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/tidy/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.tidy.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.tidy" class="reference">
  <h1 class="title">Tidy Functions</h1>

   































 <h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.ob-tidyhandler.php">ob_tidyhandler</a> — ob_start callback function to repair the buffer</li><li><a href="function.tidy-access-count.php">tidy_access_count</a> — Returns the Number of Tidy accessibility warnings encountered for specified document</li><li><a href="function.tidy-config-count.php">tidy_config_count</a> — Returns the Number of Tidy configuration errors encountered for specified document</li><li><a href="function.tidy-error-count.php">tidy_error_count</a> — Returns the Number of Tidy errors encountered for specified document</li><li><a href="function.tidy-get-output.php">tidy_get_output</a> — Return a string representing the parsed tidy markup</li><li><a href="function.tidy-warning-count.php">tidy_warning_count</a> — Returns the Number of Tidy warnings encountered for specified document</li></ul>
</div>
<?php manual_footer($setup); ?>