php - apd_echo

Description

bool apd_echo ( string $output )

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

Parameters


output

The debugged variable.

Return Values

Returns TRUE on success or FALSE on failure.

Examples

Example 220. apd_echo() example

apd_echo($i);

No comments:

Post a Comment