<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'ref.intl.grapheme.php',
    1 => 'Grapheme Functions',
    2 => 'Grapheme Functions',
  ),
  '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' => 'en',
    '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">Grapheme Functions</h1>
 

















































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.grapheme-extract.php">grapheme_extract</a> — Function to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8</li><li><a href="function.grapheme-str-split.php">grapheme_str_split</a> — Split a string into an array</li><li><a href="function.grapheme-stripos.php">grapheme_stripos</a> — Find position (in grapheme units) of first occurrence of a case-insensitive string</li><li><a href="function.grapheme-stristr.php">grapheme_stristr</a> — Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack</li><li><a href="function.grapheme-strlen.php">grapheme_strlen</a> — Get string length in grapheme units</li><li><a href="function.grapheme-strpos.php">grapheme_strpos</a> — Find position (in grapheme units) of first occurrence of a string</li><li><a href="function.grapheme-strripos.php">grapheme_strripos</a> — Find position (in grapheme units) of last occurrence of a case-insensitive string</li><li><a href="function.grapheme-strrpos.php">grapheme_strrpos</a> — Find position (in grapheme units) of last occurrence of a string</li><li><a href="function.grapheme-strstr.php">grapheme_strstr</a> — Returns part of haystack string from the first occurrence of needle to the end of haystack</li><li><a href="function.grapheme-substr.php">grapheme_substr</a> — Return part of a string</li></ul>
</div>
<?php manual_footer($setup); ?>