<?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 => 'ru',
  ),
  'this' => 
  array (
    0 => 'oauth.disablesslchecks.php',
    1 => 'OAuth::disableSSLChecks',
    2 => 'Выключить SSL проверки',
  ),
  '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' => 'ru',
    '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">Выключить SSL проверки</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="simpara">
   Выключает обычные проверки клиентских и хост сертификатов. Не предназначено для
   продуктивной среды. Альтернативно можно установить полю <code class="parameter">sslChecks</code>
   значение <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>, чтобы выключить SSL проверки.
  </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="simpara">
   <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>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Версия</th>
      <th>Описание</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>PECL oauth 0.99.8</td>
      <td>
       Было добавлено поле <code class="parameter">sslChecks</code>
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 seealso" id="refsect1-oauth.disablesslchecks-seealso">
  <h3 class="title">Смотрите также</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="oauth.enablesslchecks.php" class="methodname" rel="rdfs-seeAlso">OAuth::enableSSLChecks()</a> - Включает SSL-проверки</span></li>
  </ul>
 </div>


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