apd_callstack

(no version information, might be only in CVS)

apd_callstack -- Retourne la pile d'appel courante dans un tableau

Description

array apd_callstack ( void )

apd_callstack() retourne la pile d'appel courante dans un tableau d'éléments.

Exemple 1. Exemple avec apd_callstack()

<?php
print_r
(apd_callstack());
?>