Home > PHP > Function > APD > apd_continue()

apd_continue()

apd_continue - Restarts the interpreter

Syntax

bool apd_continue (int $debug_level)

Arguments

  • debug_level - An integer which is formed by adding together the XXX_TRACEconstants. It is not recommended to use MEMORY_TRACE. It is very slow and does not appear to be accurate. ASSIGNMENT_TRACE is not implemented yet. To turn on all functional traces (TIMING, FUNCTIONS, ARGS SUMMARY (like strace -c)) use the value 99

Description

Usually sent via the socket to restart the interpreter.

Version

PHP PECL apd >= 0.2

Return value

Returns TRUE on success or FALSE on failure.