<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.intl.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'ref.intl.grapheme.php',
    1 => 'Fonctions Grapheme',
    2 => 'Fonctions Grapheme',
  ),
  'up' => 
  array (
    0 => 'book.intl.php',
    1 => 'intl',
  ),
  'prev' => 
  array (
    0 => 'uconverter.transcode.php',
    1 => 'UConverter::transcode',
  ),
  'next' => 
  array (
    0 => 'function.grapheme-extract.php',
    1 => 'grapheme_extract',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/intl/grapheme.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.intl.grapheme.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.intl.grapheme" class="reference">
 <h1 class="title">Fonctions Grapheme</h1>
 



















































































<h2>Sommaire</h2><ul class="chunklist chunklist_reference"><li><a href="function.grapheme-extract.php">grapheme_extract</a> — Extrait un groupe de graph&egrave;me d'une cha&icirc;ne UTF-8</li><li><a href="function.grapheme-str-split.php">grapheme_str_split</a> — S&eacute;pare une cha&icirc;ne en un tableau</li><li><a href="function.grapheme-stripos.php">grapheme_stripos</a> — Trouve la position en graph&egrave;me de la premi&egrave;re occurrence dans une cha&icirc;ne, insensible &agrave; la casse</li><li><a href="function.grapheme-stristr.php">grapheme_stristr</a> — Retourne la partie d'une cha&icirc;ne &agrave; partir d'une occurrence</li><li><a href="function.grapheme-strlen.php">grapheme_strlen</a> — Lit la taille d'une cha&icirc;ne en nombre de graph&egrave;me</li><li><a href="function.grapheme-strpos.php">grapheme_strpos</a> — Trouve la position du premier graph&egrave;me</li><li><a href="function.grapheme-strripos.php">grapheme_strripos</a> — Trouve la position du dernier graph&egrave;me, insensible &agrave; la casse</li><li><a href="function.grapheme-strrpos.php">grapheme_strrpos</a> — Trouve la position du dernier graph&egrave;me</li><li><a href="function.grapheme-strstr.php">grapheme_strstr</a> — Retourne la partie d'une cha&icirc;ne &agrave; partir d'une occurrence, insensible &agrave; la casse</li><li><a href="function.grapheme-substr.php">grapheme_substr</a> — Retourne une partie d'une cha&icirc;ne</li></ul>
</div>
<?php manual_footer($setup); ?>