PHP

PHP jest obiektowym, skryptowym jezykiem programowania zaprojektowanym do tworzenia dynamicznych stron www.


Funkcje PHP

Oficjalna strona PHP

Dodatkowe aplikacje PHP

Dodatkowe modu³y PHP

Wortal PHP
Hotele - sts - Projektowanie Loga - Komputery - odzież ciążowa - odkrycia-geograficzne


debug_print_backtrace

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()

Firma Procreate oferuje skuteczne pozycjonowanie z gwarancja TOP10 - sklepy internetowe - statusygg - Skuteczne pozycjonowanie i optymalizacja stron www. - Najlepsze pozycjonowanie stron www. Zapraszamy do pozycjonowania. - Bardzo śmieszne opisy na gg - odzyskiwanie danych Wrocław - (630) 839-9149 limo naperville ohare Naperville limo - Oferujemy znane skrypty sklepy internetowe warszawa bogate portfolio. - odzyskiwanie danych Warszawa - Super komputery tanie - zdjęcia sportowe - pozycjonowanie stron bielsko-biała - Informatycy Słownik - ourage

G:6,M:0,Y:20