apd_continue

(no version information, might be only in CVS)

apd_continue -- Restarts the interpreter

Description

void apd_continue ( int debug_level )

Usually sent via the socket to restart the interpreter.

Example 1. apd_continue() example

<?php
apd_continue
(0);
?>