Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /manual/fr/ref.pcre.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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 => 'fr',
),
'this' =>
array (
0 => 'ref.pcre.php',
1 => 'Fonctions PCRE',
),
'up' =>
array (
0 => 'book.pcre.php',
1 => 'Expressions rationnelles (compatible Perl)',
),
'prev' =>
array (
0 => 'regexp.reference.performances.php',
1 => 'Performances',
),
'next' =>
array (
0 => 'function.preg-filter.php',
1 => 'preg_filter',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">Fonctions PCRE</h1>
<h2>Sommaire</h2><ul class="chunklist chunklist_reference"><li><a href="function.preg-filter.php">preg_filter</a> — Recherche et remplace avec une expression rationnelle</li><li><a href="function.preg-grep.php">preg_grep</a> — Retourne un tableau avec les résultats de la recherche</li><li><a href="function.preg-last-error.php">preg_last_error</a> — Retourne le code erreur de la dernière expression PCRE exécutée</li><li><a href="function.preg-match-all.php">preg_match_all</a> — Expression rationnelle globale</li><li><a href="function.preg-match.php">preg_match</a> — Expression rationnelle standard</li><li><a href="function.preg-quote.php">preg_quote</a> — Protection des caractères spéciaux des expressions rationnelles</li><li><a href="function.preg-replace-callback.php">preg_replace_callback</a> — Rechercher et remplacer par expression rationnelle standard en utilisant une fonction de callback</li><li><a href="function.preg-replace.php">preg_replace</a> — Rechercher et remplacer par expression rationnelle standard</li><li><a href="function.preg-split.php">preg_split</a> — Éclate une chaîne par expression rationnelle</li></ul>
</div>
<?php manual_footer(); ?>