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/en/ref.iconv.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.iconv.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'ref.iconv.php',
1 => 'iconv Functions',
),
'up' =>
array (
0 => 'book.iconv.php',
1 => 'iconv',
),
'prev' =>
array (
0 => 'iconv.constants.php',
1 => 'Predefined Constants',
),
'next' =>
array (
0 => 'function.iconv-get-encoding.php',
1 => 'iconv_get_encoding',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">iconv Functions</h1>
<div class="partintro">
<h1 class="title">See Also</h1>
<p class="para">
See also <a href="ref.recode.php" class="link">GNU Recode functions</a>.
</p>
</div>
<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.iconv-get-encoding.php">iconv_get_encoding</a> — Retrieve internal configuration variables of iconv extension</li><li><a href="function.iconv-mime-decode-headers.php">iconv_mime_decode_headers</a> — Decodes multiple MIME header fields at once</li><li><a href="function.iconv-mime-decode.php">iconv_mime_decode</a> — Decodes a MIME header field</li><li><a href="function.iconv-mime-encode.php">iconv_mime_encode</a> — Composes a MIME header field</li><li><a href="function.iconv-set-encoding.php">iconv_set_encoding</a> — Set current setting for character encoding conversion</li><li><a href="function.iconv-strlen.php">iconv_strlen</a> — Returns the character count of string</li><li><a href="function.iconv-strpos.php">iconv_strpos</a> — Finds position of first occurrence of a needle within a haystack</li><li><a href="function.iconv-strrpos.php">iconv_strrpos</a> — Finds the last occurrence of a needle within a haystack</li><li><a href="function.iconv-substr.php">iconv_substr</a> — Cut out part of a string</li><li><a href="function.iconv.php">iconv</a> — Convert string to requested character encoding</li><li><a href="function.ob-iconv-handler.php">ob_iconv_handler</a> — Convert character encoding as output buffer handler</li></ul>
</div>
<?php manual_footer(); ?>