apd_dump_persistent_resources

(no version information, might be only in CVS)

apd_dump_persistent_resources -- Return all persistent resources as an array

Descrizione

array apd_dump_persistent_resources ( void )

Return all persistent resources as an array.

Valori restituiti

An array containing the current call stack.

Esempi

Esempio 1. apd_dump_persistent_resources() example

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

Vedere anche:

apd_dump_regular()