Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 10460

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>RADIUS Options</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="radius.constants.html">Predefined Constants</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="radius.constants.packets.html">RADIUS Packet Types</a></div>
 <div class="up"><a href="radius.constants.html">Predefined Constants</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="radius.constants.options" class="section">
  <h2 class="title">RADIUS Options</h2>

  <p class="para">
   Several RADIUS functions accept option flags as bitmasks. The constants
   representing those flags are listed below.
  </p>

  <dl>

   <dt id="constant.radius-option-salt">
    <span class="term">
     <strong><code>RADIUS_OPTION_SALT</code></strong> 
     (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
    </span>
    <dd>

     <p class="para">
      When set, this option will result in the attribute value being
      salt-encrypted.
     </p>
    </dd>

   </dt>

   <dt id="constant.radius-option-tagged">
    <span class="term">
     <strong><code>RADIUS_OPTION_TAGGED</code></strong> 
     (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
    </span>
    <dd>

     <p class="para">
      When set, this option will result in the attribute value being tagged
      with the value of the tag parameter.
     </p>
    </dd>

   </dt>

  </dl>

 </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="radius.constants.html">Predefined Constants</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="radius.constants.packets.html">RADIUS Packet Types</a></div>
 <div class="up"><a href="radius.constants.html">Predefined Constants</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>