mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document the provide_object parameter
# Already listed in the changelog and the proto git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273077 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ef5679d743
commit
3e3c51fdaf
1 changed files with 17 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<refentry xml:id="function.debug-backtrace" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>debug_backtrace</refname>
|
||||
|
@ -17,6 +17,22 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters"><!-- {{{ -->
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>provide_object</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Wether or not to populate the "object" index. Defaults to &true;.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect1><!-- }}} -->
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue