Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 9195

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>Set the credentials to use for authentication</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="memcached.setoptions.html">Memcached::setOptions</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="memcached.touch.html">Memcached::touch</a></div>
 <div class="up"><a href="class.memcached.html">Memcached</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="memcached.setsaslauthdata" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Memcached::setSaslAuthData</h1>
  <p class="verinfo">(PECL memcached &gt;= 2.0.0)</p><p class="refpurpose"><span class="refname">Memcached::setSaslAuthData</span> &mdash; <span class="dc-title">Set the credentials to use for authentication</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-memcached.setsaslauthdata-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type"><span class="type void">void</span></span> <span class="methodname"><strong>Memcached::setSaslAuthData</strong></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$username</code></span>
   , <span class="methodparam"><span class="type">string</span> <code class="parameter">$password</code></span>
   )</div>

  <p class="para rdfs-comment">
    <span class="function"><strong>Memcached::setSaslAuthData()</strong></span> sets the username and
   password that should be used for SASL authentication with the memcache
   servers.
  </p>
  <p class="para">
   <em class="emphasis">This method is only available when the memcached extension is
    build with SASL support.</em> Please refer to <a href="memcached.setup.html" class="link">Memcached setup</a> for how to do this.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-memcached.setsaslauthdata-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt>

     <span class="term"><em><code class="parameter">username</code></em></span>
     <dd>

      <p class="para">
       The username to use for authenticaiton.
      </p>
     </dd>

    </dt>

    <dt>

     <span class="term"><em><code class="parameter">password</code></em></span>
     <dd>

      <p class="para">
       The password to use for authenticaiton.
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-memcached.setsaslauthdata-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   No value is returned.
  </p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="memcached.setoptions.html">Memcached::setOptions</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="memcached.touch.html">Memcached::touch</a></div>
 <div class="up"><a href="class.memcached.html">Memcached</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>