php - apd_dump_regular_resources

Description

array apd_dump_regular_resources ( void )

Return all current regular resources as an array.

Return Values

An array containing the current regular resources.

Examples

Example 219. apd_dump_regular_resources() example

print_r(apd_dump_regular_resources());

No comments:

Post a Comment