apd_dump_regular_resources

(PECL apd 0.2-0.4)

apd_dump_regular_resourcesReturn all current regular resources as an array

Opis

apd_dump_regular_resources ( void ) : array

Return all current regular resources as an array.

Zwracane wartości

An array containing the current regular resources.

Przykłady

Przykład #1 apd_dump_regular_resources() example

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

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top