PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

apd_croak> <apd_clunk
Last updated: Fri, 18 Jul 2008

view this page in

apd_continue

(PECL apd:0.2-1.0.1)

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_TRACE non è 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);
?>



add a note add a note User Contributed Notes
apd_continue
There are no user contributed notes for this page.

apd_croak> <apd_clunk
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites