1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-26 16:32:13 +01:00
Files
archived-doc-es/reference/errorfunc/functions/debug-print-backtrace.xml
2003-11-10 22:23:50 +00:00

49 lines
1.2 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.1 Maintainer: lboshell Status: ready -->
<refentry id="function.debug-print-backtrace">
<refnamediv>
<refname>debug_print_backtrace</refname>
<refpurpose>
Imprime un backtrace
</refpurpose>
</refnamediv>
<refsect1>
<title>Descripci&oacute;n</title>
<methodsynopsis>
<type>void</type><methodname>debug_print_backtrace</methodname>
<void/>
</methodsynopsis>
<para>
<function>debug_print_backtrace</function> imprime un backtrace PHP.
</para>
&warn.undocumented.func;
<para>
Vea tambi&eacute;n <function>debug_backtrace</function>.
</para>
</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:"../../../../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
-->