(PECL apd >= 0.2)
apd_continue — Restarts the interpreter
$debug_level
)Usually sent via the socket to restart the interpreter.
debug_level
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);
?>