For example, suppose your function name is test, use below code
Code:
function test( )
{
$backtrace = debug_backtrace();
print_r( $backtrace );
}
It will print the details from where the test method is being called.
# Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl sudo install -m 0755 -d /etc/apt/keyring...
No comments:
Post a Comment