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

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

APD Funktionen

<<apd_dump_function_table

apd_dump_regular_resources>>

apd_dump_persistent_resources

(PECL apd 0.2-0.4)

apd_dump_persistent_resourcesReturn all persistent resources as an array

Beschreibung

array apd_dump_persistent_resources ( void )

Return all persistent resources as an array.

Rückgabewerte

An array containing the current call stack.

Beispiele

Beispiel #1 apd_dump_persistent_resources() example

<?php
print_r
(apd_dump_persistent_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",...)