(PECL apd 0.2-0.4)
apd_set_session — Changes or sets the current debugging level
$debug_level
) : voidThis can be used to increase or decrease debugging in a different area of your application.
debug_level
�ɼ��� XXX_TRACE �������γɵ�������
������ʹ��
MEMORY_TRACE
�����������ƺ�����ȷ��
ASSIGNMENT_TRACE
��δ��ʵ�֡�
Ҫ�����и��ٹ���(TIMING, FUNCTIONS, ARGS SUMMARY (���� strace -c)) ��ʹ�� 99 ��Ϊֵ��
û�з���ֵ��
Example #1 apd_set_session() example
<?php
apd_set_session(9);
?>