apd_dump_persistent_resources

(no version information, might be only in CVS)

apd_dump_persistent_resources -- Return all persistent resources as an array

Description

array apd_dump_persistent_resources ( void )

Return all persistent resources as an array.

例子 1. apd_dump_persistent_resources() example

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


add a note add a note User Contributed Notes
There are no user contributed notes for this page.