apd_dump_regular_resources

(no version information, might be only in CVS)

apd_dump_regular_resources -- Return all current regular resources as an array

Description

array apd_dump_regular_resources ( void )

Return all current regular resources as an array.

例子 1. apd_dump_regular_resources() example

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


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