<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.radius.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'function.radius-demangle.php',
    1 => 'radius_demangle',
    2 => 'Demangles data',
  ),
  'up' => 
  array (
    0 => 'ref.radius.php',
    1 => 'Radius Функції',
  ),
  'prev' => 
  array (
    0 => 'function.radius-cvt-string.php',
    1 => 'radius_cvt_string',
  ),
  'next' => 
  array (
    0 => 'function.radius-demangle-mppe-key.php',
    1 => 'radius_demangle_mppe_key',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/radius/functions/radius-demangle.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.radius-demangle" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">radius_demangle</h1>
  <p class="verinfo">(PECL radius &gt;= 1.2.0)</p><p class="refpurpose"><span class="refname">radius_demangle</span> &mdash; <span class="dc-title">Demangles data</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.radius-demangle-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>radius_demangle</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$radius_handle</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$mangled</code></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="para rdfs-comment">
   Some data (Passwords, MS-CHAPv1 MPPE-Keys) is mangled for security reasons,
   and must be demangled before you can use them.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.radius-demangle-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">
   <dl>
    <dt>
<code class="parameter">radius_handle</code></dt>
<dd><p class="para">RADIUS-ресурс.</p></dd>
    
     <dt><code class="parameter">mangled</code></dt>
     <dd>
      <p class="para">
       The mangled data to demangle
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.radius-demangle-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Returns the demangled string, or <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> on error.
  </p>
 </div>

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