<?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.enablesslchecks.php',
    1 => 'OAuth::enableSSLChecks',
    2 => 'Turn on SSL checks',
  ),
  'up' => 
  array (
    0 => 'class.oauth.php',
    1 => 'OAuth',
  ),
  'prev' => 
  array (
    0 => 'oauth.enableredirects.php',
    1 => 'OAuth::enableRedirects',
  ),
  'next' => 
  array (
    0 => 'oauth.fetch.php',
    1 => 'OAuth::fetch',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/oauth/oauth/enablesslchecks.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

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

 </div>

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

  <p class="para rdfs-comment">
   Turns on the usual SSL peer certificate and host checks (enabled by default).
   Alternatively, the <a href="class.oauth.php#oauth.props.sslchecks" class="link">sslChecks</a> property can be set to a
   non-<strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> value to turn SSL checks on.
  </p>
 </div>


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


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


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