mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-24 15:12:23 +01:00
75 lines
2.1 KiB
XML
75 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: f4098e2bac4bcc136b95b85badcf4476fa683477 Maintainer: leonardolara Status: ready -->
|
|
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.memcache-debug">
|
|
<refnamediv>
|
|
<refname>memcache_debug</refname>
|
|
<refpurpose>Liga/desliga a saída de depuração</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> ativa a saída de depuração se o parâmetro
|
|
<parameter>on_off</parameter> for igual a &true; e desativa se for
|
|
&false;.
|
|
<note>
|
|
<simpara>
|
|
<function>memcache_debug</function> é acessível somente se o PHP foi construído
|
|
com a opção --enable-debug e sempre retorna &true; neste caso.
|
|
Caso contrário, esta função não tem efeito e sempre retorna &false;.
|
|
</simpara>
|
|
</note>
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
<refsect1 role="parameters">
|
|
&reftitle.parameters;
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><parameter>on_off</parameter></term>
|
|
<listitem>
|
|
<simpara>
|
|
Liga a saída de depuração se for igual a &true;.
|
|
Desliga a saída de depuração se for igual a &false;.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</refsect1>
|
|
|
|
<refsect1 role="returnvalues">
|
|
&reftitle.returnvalues;
|
|
<simpara>
|
|
Retorna &true; se o PHP foi construído com a opção --enable-debug, caso contrário
|
|
retorna &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
|
|
-->
|