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, 27 Jun 2008

view this page in

apd_continue

(PECL apd:0.2-1.0.1)

apd_continue — Restarts the interpreter

Opis

bool apd_continue ( int $debug_level )

Usually sent via the socket to restart the interpreter.

Parametry

poziom_debugowania

Liczba, która powstaje poprzez dodanie do siebie stałych XXX_TRACE.

Użycie MEMORY_TRACE nie jest zalecane. Jest bardzo powolne i nie wydaje się zbyt dokładne. Stała ASSIGNMENT_TRACE nie jest jeszcze zaimplementowana.

Aby włączyć wszystkie funkcjonalne śledzenia (TIMING, FUNCTIONS, ARGS SUMMARY (takie jak strace -c)) użyj wartości 99

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

Przykłady

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, 27 Jun 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites