<?php include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc'; $TOC = array(); $TOC_DEPRECATED = array(); $PARENTS = array(); include_once dirname(__FILE__) ."/toc/book.taint.inc"; $setup = array ( 'home' => array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'en', ), 'this' => array ( 0 => 'ref.taint.php', 1 => 'Taint Functions', ), 'up' => array ( 0 => 'book.taint.php', 1 => 'Taint', ), 'prev' => array ( 0 => 'taint.detail.untaint.php', 1 => 'Functions which untaint the tainted string', ), 'next' => array ( 0 => 'function.is-tainted.php', 1 => 'is_tainted', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/taint/reference.xml', ), 'history' => array ( ), 'extra_header_links' => array ( 'rel' => 'alternate', 'href' => '/manual/en/feeds/ref.taint.atom', 'type' => 'application/atom+xml', ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?> <div id="ref.taint" class="reference"> <h1 class="title">Taint Functions</h1> <h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.is-tainted.php">is_tainted</a> — Checks whether a string is tainted</li><li><a href="function.taint.php">taint</a> — Taint a string</li><li><a href="function.untaint.php">untaint</a> — Untaint strings</li></ul> </div> <?php manual_footer($setup); ?>