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

search for in the

apd_set_socket_session_trace> <apd_set_session_trace
Last updated: Fri, 04 Jul 2008

view this page in

apd_set_session

(PECL apd:0.2-0.4)

apd_set_session — Cambia o establece el nivel de depuración actual

Descripción

void apd_set_session ( int $nivel_depuracion )

Puede ser usado para incrementar o decrementar la depuración en un área diferente de su aplicación. nivel_depuracion es un número entero que es formado por la suma de los siguientes valores:

        FUNCTION_TRACE      1
        ARGS_TRACE          2
        ASSIGNMENT_TRACE    4
        STATEMENT_TRACE     8
        MEMORY_TRACE        16
        TIMING_TRACE        32
        SUMMARY_TRACE       64

Example #1 Ejemplo de apd_set_session()

<?php
apd_set_session
(9);
?>



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

apd_set_socket_session_trace> <apd_set_session_trace
Last updated: Fri, 04 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites