(PECL apd 0.2-0.4)
Return all current regular resources as an array
array apd_dump_regular_resources ( void )
Return all current regular resources as an array.
Returns:
An array containing the current regular resources.
Examples:
apd_dump_regular_resources() example
<?php print_r(apd_dump_regular_resources()); ?>
See also:
Please login to continue.