mirror of
https://github.com/php/doc-es.git
synced 2026-03-24 07:22:16 +01:00
76 lines
2.1 KiB
XML
76 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: f4098e2bac4bcc136b95b85badcf4476fa683477 Maintainer: yago Status: ready -->
|
|
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.memcache-debug">
|
|
<refnamediv>
|
|
<refname>memcache_debug</refname>
|
|
<refpurpose>Activa/desactiva debug output</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
&reftitle.description;
|
|
<methodsynopsis>
|
|
<type>bool</type><methodname>memcache_debug</methodname>
|
|
<methodparam><type>bool</type><parameter>on_off</parameter></methodparam>
|
|
</methodsynopsis>
|
|
|
|
<para>
|
|
<function>memcache_debug</function> activa el debug output si el parámetro
|
|
<parameter>on_off</parameter> es igual a &true; y lo desactiva si es igual a
|
|
&false;.
|
|
<note>
|
|
<simpara>
|
|
Solamente se puede acceder a <function>memcache_debug</function> si PHP fue compilado
|
|
con la opción --enable-debug y en este caso siempre retorna &true;.
|
|
De lo contrario, esta función no tiene ningún efecto y siempre devuelve &false;.
|
|
</simpara>
|
|
</note>
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
<refsect1 role="parameters">
|
|
&reftitle.parameters;
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><parameter>on_off</parameter></term>
|
|
<listitem>
|
|
<simpara>
|
|
Activa debug output si es igual a &true;.
|
|
Desactiva debug output si es igual a &false;.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</refsect1>
|
|
|
|
<refsect1 role="returnvalues">
|
|
&reftitle.returnvalues;
|
|
<simpara>
|
|
Devuelve &true; si PHP fue compilado con la opción --enable-debug, de lo contrario
|
|
devuelve &false;.
|
|
</simpara>
|
|
</refsect1>
|
|
|
|
</refentry>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|