update : 2015.11.03
php.shukuma.com

검색:
 
 
Return all current regular resources as an array

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.

예제

Example #1 apd_dump_regular_resources() example

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

참고