PHP Doku:: Echo to the debugging socket - function.apd-echo.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

APD Funktionen

<<apd_dump_regular_resources

apd_get_active_symbols>>

apd_echo

(PECL apd >= 0.2)

apd_echoEcho to the debugging socket

Beschreibung

bool apd_echo ( string $output )

Usually sent via the socket to request information about the running script.

Parameter-Liste

output

The debugged variable.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Beispiele

Beispiel #1 apd_echo() example

<?php
apd_echo
($i);
?>


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",...)