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.
Resetting the Password via SSH: Access the server as root: Use an SSH program like PuTTY to connect to your server as the root user. R...
No comments:
Post a Comment