apd_set_session_trace

Diskutiere apd_set_session_trace im PHP Forum im Bereich Programmierung; Starts the session debugging Starts debugging to apd_dump_{process_id} in thedump directory. Rückgabewert: . Von der Verwendung der...
  • apd_set_session_trace Beitrag #1
P
PHP
Well-known member
Beiträge
997
Punkte Reaktionen
0
Starts the session debugging

Starts debugging to apd_dump_{process_id} in thedump directory.

Rückgabewert:

. Von der Verwendung der MEMORY_TRACE-Konstantewird abgeraten, da diese die Ausführung sehr verlangsamt und keine genauenErgebnisse zu liefern scheint. ASSIGNMENT_TRACE istnoch nicht implementiert.

Beispiel:

PHP:
apd_set_session_trace(99);
 
Thema:

apd_set_session_trace

Oben Unten