I. Na początek
II.Instalacja i konfiguracja
III. Opis języka
IV. Bezpieczeństwo
V. Możliwości
VI. Opis funkcji
VII. Zend API
VIII. PHP API: Interfejs rozszerzeń
X. Dodatki

Manual PHP

Zapraszam do korzystania z zamieszczonego przeze mnie manuala php. Mam nadzieję, że ta jego kopia przyda się zarówno profesjonalnym programistą, jak i początkującym twórcą skryptów PHP.

Autorzy

Mehdi Achour,
Friedhelm Betz,
Antony Dovgal,
Nuno Lopes,
Philip Olson,
Georg Richter,
Damien Seguy,
Jakub Vrana,
I kilka innych

Redakcja:

Gabor Hojtsy,
Marcin Dąbrowski, Michał Grzechowiak, Leszek Krupiński, Adam Major, Paweł Paprota, Michał Pena, Sławomir Pucia, Jarek Tabor, Tomasz Wójtowicz,

debug_print_backtrace

(PHP 5)

debug_print_backtrace --  Prints a backtrace

Opis

void debug_print_backtrace ( void )

debug_print_backtrace() prints a PHP backtrace. It prints the function calls, included/required files and eval()ed stuff.

Parametry

This function has no parameters.

Zwracane wartości

Żadna wartość nie jest zwracana.

Przykłady

Przykład 1. debug_print_backtrace() example

<?php
// include.php file

function a() {
    
b();
}

function
b() {
    
c();
}

function
c(){
    
debug_print_backtrace();
}

a();

?>


<?php
// test.php file
// this is the file you should run

include 'include.php';
?>

Powyższy przykład wyświetli coś podobnego do:

#0  eval() called at [/tmp/include.php:5]
#1  a() called at [/tmp/include.php:17]
#2  include(/tmp/include.php) called at [/tmp/test.php:3]

#0  c() called at [/tmp/include.php:10]
#1  b() called at [/tmp/include.php:6]
#2  a() called at [/tmp/include.php:17]
#3  include(/tmp/include.php) called at [/tmp/test.php:3]

Patrz także

debug_backtrace()


print 'Motory 1171501793' . "\n"; print 'ac 1171501680' . "\n"; print 'Szkolenia handlowe 1171501618' . "\n"; print 'Viagra print 'szkolenie zarządzanie wiekiem 1171501629' . "\n";