|
PODRĘCZNIK PHP 5.x, 4.x, 3.x - częściowo spolszczony / źródło: www.php.net
[Spis]
[A]
[B]
[C]
[D]
[E]
[F]
[G]
[H]
[I]
[J]
[K]
[L]
[M]
[N]
[O]
[P]
[Q]
[R]
[S]
[T]
[U]
[V]
[X]
[W]
[Z]
apd_dump_regular_resources (no version information, might be only in CVS) apd_dump_regular_resources -- Return all current regular resources as an array Descriptionarray apd_dump_regular_resources ( void )
Return all current regular resources as an array.
Przykład 1. apd_dump_regular_resources() example |
<?php
print_r(apd_dump_regular_resources());
?>
|
|
User Contributed NotesThere are no user contributed notes for this page
|