apd_echo

(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
<?php
apd_echo($i);
?>

doc_php
2016-02-24 15:53:45
Comments
Leave a Comment

Please login to continue.