<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.xhprof.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'xhprof.constants.php',
    1 => '预定义常量',
    2 => '预定义常量',
  ),
  'up' => 
  array (
    0 => 'book.xhprof.php',
    1 => 'Xhprof',
  ),
  'prev' => 
  array (
    0 => 'xhprof.configuration.php',
    1 => '运行时配置',
  ),
  'next' => 
  array (
    0 => 'xhprof.examples.php',
    1 => '示例',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'reference/xhprof/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="xhprof.constants" class="appendix">
 <h1 class="title">预定义常量</h1>

 <p class="simpara">下列常量由此扩展定义，且仅在此扩展编译入 PHP 或在运行时动态载入时可用。</p>
 <dl>
  
   <dt id="constant.xhprof-flags-no-builtins">
    <strong><code><a href="xhprof.constants.php#constant.xhprof-flags-no-builtins">XHPROF_FLAGS_NO_BUILTINS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     使得跳过所有内置（内部）函数。
    </span>
   </dd>
  
  
   <dt id="constant.xhprof-flags-cpu">
    <strong><code><a href="xhprof.constants.php#constant.xhprof-flags-cpu">XHPROF_FLAGS_CPU</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     使输出的性能数据中添加 <abbr>CPU</abbr> 数据。
    </span>
   </dd>
  
  
   <dt id="constant.xhprof-flags-memory">
    <strong><code><a href="xhprof.constants.php#constant.xhprof-flags-memory">XHPROF_FLAGS_MEMORY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     使输出的性能数据中添加内存数据。
    </span>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>