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
1
2
3
<?php
apd_echo($i);
?>
doc_php
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.