Query: apd_echo
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
APD_ECHO(3) 1 APD_ECHO(3) apd_echo - Echo to the debugging socketSYNOPSISbool apd_echo (string $output)DESCRIPTIONUsually sent via the socket to request information about the running script.PARAMETERSo $output - The debugged variable.RETURN VALUESReturns TRUE on success or FALSE on failure.EXAMPLESExample #1 apd_echo(3) example <?php apd_echo($i); ?> PHP Documentation Group APD_ECHO(3)