Home > PHP > Function > APD > apd_echo()

apd_echo()

apd_echo - Echo to the debugging socket

Syntax

bool apd_echo (string $output)

Arguments

  • output - The debugged variable.

Description

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

Version

PHP PECL apd >= 0.2

Return value

Returns TRUE on success or FALSE on failure.