PHP Doku:: Return all current regular resources as an array - function.apd-dump-regular-resources.html

Verlauf / Chronik / History: (50) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDas Verhalten von PHP beeinflussenAdvanced PHP debuggerAPD Funktionenapd_dump_regular_resources

Ein Service von Reinhard Neidl - Webprogrammierung.

APD Funktionen

<<apd_dump_persistent_resources

apd_echo>>

apd_dump_regular_resources

(PECL apd 0.2-0.4)

apd_dump_regular_resourcesReturn all current regular resources as an array

Beschreibung

array apd_dump_regular_resources ( void )

Return all current regular resources as an array.

Rückgabewerte

An array containing the current regular resources.

Beispiele

Beispiel #1 apd_dump_regular_resources() example

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

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)