<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.reflectionfunction.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'reflectionfunction.isdisabled.php',
    1 => 'ReflectionFunction::isDisabled',
    2 => 'Verifica si una funci&oacute;n est&aacute; deshabilitada',
  ),
  'up' => 
  array (
    0 => 'class.reflectionfunction.php',
    1 => 'ReflectionFunction',
  ),
  'prev' => 
  array (
    0 => 'reflectionfunction.isanonymous.php',
    1 => 'ReflectionFunction::isAnonymous',
  ),
  'next' => 
  array (
    0 => 'reflectionfunction.tostring.php',
    1 => 'ReflectionFunction::__toString',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/reflection/reflectionfunction/isdisabled.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectionfunction.isdisabled" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionFunction::isDisabled</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.2.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ReflectionFunction::isDisabled</span> &mdash; <span class="dc-title">Verifica si una función está deshabilitada</span></p>

 </div>

 <div id="reflectionfunction.isdisabled-refsynopsisdiv">
  <div class="warning"><strong class="warning">Advertencia</strong><p class="simpara">Esta función está
<em>OBSOLETA</em> a partir de PHP 8.0.0. Depender de esta función
está altamente desaconsejado.</p></div>
 </div>

 <div class="refsect1 description" id="refsect1-reflectionfunction.isdisabled-description">
  <h3 class="title">Descripción</h3>
  <div class="methodsynopsis dc-description">
   <span class="attribute"><a href="class.deprecated.php">#[\Deprecated]</a> </span><br>
   <span class="modifier">public</span> <span class="methodname"><strong>ReflectionFunction::isDisabled</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Verifica si una función está deshabilitada, mediante la directiva
   <a href="ini.core.php#ini.disable-functions" class="link">disable_functions</a>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-reflectionfunction.isdisabled-parameters">
  <h3 class="title">Parámetros</h3>
  <p class="para">Esta función no contiene ningún parámetro.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-reflectionfunction.isdisabled-returnvalues">
  <h3 class="title">Valores devueltos</h3>
  <p class="para">
   <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> si la función está deshabilitada, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> en caso contrario.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-reflectionfunction.isdisabled-changelog">
  <h3 class="title">Historial de cambios</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Versión</th>
      <th>Descripción</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>8.0.0</td>
      <td>
       Esta función ha sido deprecada, ya que no es posible construir un
       <span class="classname"><a href="class.reflectionfunction.php" class="classname">ReflectionFunction</a></span> para funciones deshabilitadas.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionfunction.isdisabled-seealso">
  <h3 class="title">Ver también</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="reflectionfunctionabstract.isuserdefined.php" class="methodname" rel="rdfs-seeAlso">ReflectionFunctionAbstract::isUserDefined()</a> - Verifica si la funci&oacute;n est&aacute; definida en el espacio de usuario</span></li>
    <li><a href="ini.core.php#ini.disable-functions" class="link">Directiva disable_functions</a></li>
   </ul>
  </p>
 </div>


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