(PECL apd:0.2-1.0.1)
apd_continue — Restarts the interpreter
Usually sent via the socket to restart the interpreter.
Un integer formato sommando le costanti XXX_TRACE.
Non è raccomandato usare MEMORY_TRACE. È molto lento e non è accurato. ASSIGNMENT_TRACE non è ancora implementata.
Per accendere tutte le tracce funzionali (TIMING, FUNCTIONS, ARGS SUMMARY (come strace -c)) utilizzare il valore 99
Restituisce TRUE in caso di successo, FALSE in caso di fallimento.
Example#1 apd_continue() example
<?php
apd_continue(0);
?>