Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

php debug_print_backtrace

MrBeanDev answered on May 18, 2023 Popularity 4/10 Helpfulness 3/10

Contents


More Related Answers

  • php clear echo messages
  • Logging a Massage php
  • php debug backtrace last function

  • php debug_print_backtrace

    0

    The debug_print_backtrace() function prints a PHP backtrace.

    This function displays data from the code that led up to the debug_print_backtrace() function. 

    options - Optional. Specifies a bitmask for the following option: DEBUG_BACKTRACE_IGNORE_ARGS (Whether or not to omit the "args" index, and all the function/method arguments, to save memory)

    limit -  Optional. Limits the number of stack frames printed. By default (limit=0) it prints all stack frames

    Example Code : 

    OutPut : 

    Popularity 4/10 Helpfulness 3/10 Language php
    Source: Grepper
    Tags: php
    Link to this answer
    Share Copy Link
    Contributed on May 18 2023
    MrBeanDev
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.