<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.oauth.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'oauth.disablesslchecks.php',
    1 => 'OAuth::disableSSLChecks',
    2 => 'Turn off SSL checks',
  ),
  'up' => 
  array (
    0 => 'class.oauth.php',
    1 => 'OAuth',
  ),
  'prev' => 
  array (
    0 => 'oauth.disableredirects.php',
    1 => 'OAuth::disableRedirects',
  ),
  'next' => 
  array (
    0 => 'oauth.enabledebug.php',
    1 => 'OAuth::enableDebug',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/oauth/oauth/disablesslchecks.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="oauth.disablesslchecks" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">OAuth::disableSSLChecks</h1>
  <p class="verinfo">(PECL OAuth &gt;= 0.99.5)</p><p class="refpurpose"><span class="refname">OAuth::disableSSLChecks</span> &mdash; <span class="dc-title">Turn off SSL checks</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-oauth.disablesslchecks-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>OAuth::disableSSLChecks</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Turns off the usual SSL peer certificate and host checks,
   this is not for production environments. Alternatively, the
   <code class="parameter">sslChecks</code> member can be set to <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>
   to turn SSL checks off.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-oauth.disablesslchecks-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-oauth.disablesslchecks-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-oauth.disablesslchecks-changelog">
  <h3 class="title">Журнал змін</h3>
  <p class="para">
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>Версія</th>
       <th>Опис</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>PECL oauth 0.99.8</td>
       <td>
        The <code class="parameter">sslChecks</code> member was added
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-oauth.disablesslchecks-seealso">
  <h3 class="title">Прогляньте також</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="oauth.enablesslchecks.php" class="methodname" rel="rdfs-seeAlso">OAuth::enableSSLChecks()</a> - Turn on SSL checks</span></li>
   </ul>
  </p>
 </div>


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