<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.recode.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.recode.php',
    1 => 'recode',
    2 => 'Alias von recode_string',
  ),
  'up' => 
  array (
    0 => 'ref.recode.php',
    1 => 'Recode-Funktionen',
  ),
  'prev' => 
  array (
    0 => 'ref.recode.php',
    1 => 'Recode-Funktionen',
  ),
  'next' => 
  array (
    0 => 'function.recode-file.php',
    1 => 'recode_file',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/recode/functions/recode.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.recode" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">recode</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7 &lt; 7.4.0)</p><p class="refpurpose"><span class="refname">recode</span> &mdash; <span class="dc-title">Alias von <span class="function"><a href="function.recode-string.php" class="function">recode_string()</a></span></span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.recode-description">
  <h3 class="title">Beschreibung</h3>
  <p class="simpara">
   Diese Funktion ist ein Alias für: 
   <span class="function"><a href="function.recode-string.php" class="function">recode_string()</a></span>.
  </p>
 </div>

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