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, 22 Aug 2008

view this page in

apd_continue

(PECL apd:0.2-1.0.1)

apd_continueRestarts the interpreter

Descrição

bool apd_continue ( int $debug_level )

Usually sent via the socket to restart the interpreter.

Parâmetros

debug_level

Um interiro que é formado pela adição em conjunto das constantes XXX_TRACE.

Não é recomendado usar MEMORY_TRACE. è muito lenta e não parece ser exata. ASSIGNMENT_TRACE ainda não esta implementada.

Para ativar todos os traços de funções (TIMING, FUNCTIONS, ARGS SUMMARY (como strace -c)) use o valor 99

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.

Exemplos

Exemplo #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, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites