(PECL apd >= 0.2)
Echo to the debugging socket
bool apd_echo ( string $output )
Usually sent via the socket to request information about the running script.
Parameters:
output
The debugged variable.
Returns:
Returns TRUE
on success or FALSE
on failure.
Examples:
apd_echo() example
1 2 3 | <?php apd_echo( $i ); ?> |
Please login to continue.