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

search for in the

apd_croak> <apd_clunk
[edit] Last updated: Fri, 18 May 2012

view this page in

apd_continue

(PECL apd >= 0.2)

apd_continueRestarts the interpreter

Beschreibung

bool apd_continue ( int $debug_level )

Usually sent via the socket to restart the interpreter.

Parameter-Liste

debug_level

Ein aus der Addition von XXX_TRACE-Konstanten gewonnener Integerwert.

. Von der Verwendung der MEMORY_TRACE-Konstante wird abgeraten, da diese die Ausführung sehr verlangsamt und keine genauen Ergebnisse zu liefern scheint. ASSIGNMENT_TRACE ist noch nicht implementiert.

Um alle funktioierenden Traces (TIMING, FUNCTIONS, ARGS SUMMARY (ähnlich zu strace -c)) zu aktivieren, benutzen Sie den Wert 99

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Beispiele

Beispiel #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.

 
show source | credits | sitemap | contact | advertising | mirror sites