JavaScript Editor Javascript debugger      Website design 


apd_dump_persistent_resources

Return all persistent resources as an array (PECL apd:0.2-0.4)
array apd_dump_persistent_resources ( )

Return all persistent resources as an array.

Return Values

An array containing the current call stack.

Examples

Example 223. apd_dump_persistent_resources() example

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