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

search for in the

apd_croak> <apd_clunk
[edit] Last updated: Wed, 19 Jun 2013

view this page in

apd_continue

(PECL apd >= 0.2)

apd_continueReinicia el interpretador

Descripción

bool apd_continue ( int $debug_level )

Usualmente enviado vía el socket para reiniciar el interpretador.

Parámetros

debug_level

Un entero que es formado agregando al lado las constantes XXX_TRACE.

No se recomienda usar MEMORY_TRACE. Es muy lenta y no parece ser precisa. ASSIGNMENT_TRACE todavía no esta implementada.

Para activar todos los traces funcionales (TIMING, FUNCTIONS, ARGS SUMMARY (como strace -c)) use el valor 99

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.

Ejemplos

Ejemplo #1 apd_continue() ejemplo

<?php
apd_continue
(0);
?>



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

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