<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.pcre.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'pcre.pattern.php',
    1 => 'PCRE模式',
    2 => 'PCRE模式',
  ),
  'up' => 
  array (
    0 => 'book.pcre.php',
    1 => 'PCRE',
  ),
  'prev' => 
  array (
    0 => 'pcre.examples.php',
    1 => '示例',
  ),
  'next' => 
  array (
    0 => 'reference.pcre.pattern.syntax.php',
    1 => 'PCRE 正则语法',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'reference/pcre/pattern.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/pcre.pattern.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="pcre.pattern" class="part">
 <h1 class="title">PCRE模式</h1>
<h2>目录</h2><ul class="chunklist chunklist_part"><li><a href="reference.pcre.pattern.syntax.php">PCRE 正则语法</a></li><li><a href="reference.pcre.pattern.modifiers.php">正则表达式模式中可用的模式修饰符</a></li><li><a href="reference.pcre.pattern.differences.php">与 perl 的不同之处</a></li></ul>


 








 







 







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