apd_dump_regular_resources

(PECL apd 0.2-0.4)

apd_dump_regular_resourcesReturn all current regular resources as an array

Опис

array apd_dump_regular_resources ( void )

Return all current regular resources as an array.

Значення, що повертаються

An array containing the current regular resources.

Приклади

Приклад #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.
To Top