apd_continue
(PECL apd >= 0.2)
apd_continue — Restarts the interpreter
Descrizione
bool apd_continue
( int
$debug_level
)Usually sent via the socket to restart the interpreter.
Elenco dei parametri
-
debug_level -
Un integer formato sommando le costanti XXX_TRACE.
Non è raccomandato usare
MEMORY_TRACE. È molto lento e non è accurato.ASSIGNMENT_TRACEnon è ancora implementata.Per accendere tutte le tracce funzionali (TIMING, FUNCTIONS, ARGS SUMMARY (come strace -c)) utilizzare il valore 99
Valori restituiti
Restituisce TRUE in caso di successo, FALSE in caso di fallimento.
Esempi
Example #1 apd_continue() example
<?php
apd_continue(0);
?>
There are no user contributed notes for this page.
