<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'oauth.enabledebug.php',
    1 => 'OAuth::enableDebug',
    2 => 'Active les messages de d&eacute;bogage',
  ),
  'up' => 
  array (
    0 => 'class.oauth.php',
    1 => 'OAuth',
  ),
  'prev' => 
  array (
    0 => 'oauth.disablesslchecks.php',
    1 => 'OAuth::disableSSLChecks',
  ),
  'next' => 
  array (
    0 => 'oauth.enableredirects.php',
    1 => 'OAuth::enableRedirects',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/oauth/oauth/enabledebug.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="oauth.enabledebug" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">OAuth::enableDebug</h1>
  <p class="verinfo">(PECL OAuth &gt;= 0.99.3)</p><p class="refpurpose"><span class="refname">OAuth::enableDebug</span> &mdash; <span class="dc-title">Active les messages de débogage</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-oauth.enabledebug-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>OAuth::enableDebug</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="simpara">
   Active les messages de débogage, pratiques en développement, mais
   inutiles en production.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-oauth.enabledebug-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">Cette fonction ne contient aucun paramètre.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-oauth.enabledebug-returnvalues">
  <h3 class="title">Valeurs de retour</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.enabledebug-changelog">
  <h3 class="title">Historique</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Version</th>
      <th>Description</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>PECL oauth 0.99.8</td>
      <td>
       La propriété <code class="parameter">debug</code> a été ajoutée
      </td>
     </tr>

    </tbody>
   
  </table>

  </div>


 <div class="refsect1 seealso" id="refsect1-oauth.enabledebug-seealso">
  <h3 class="title">Voir aussi</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="oauth.disabledebug.php" class="methodname" rel="rdfs-seeAlso">OAuth::disableDebug()</a> - D&eacute;sactive les messages de d&eacute;bogage</span></li>
  </ul>
 </div>


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