(PECL apd >= 0.2)
apd_continue — Restarts the interpreter
$debug_level
) : boolUsually sent via the socket to restart the interpreter.
debug_level�ɼ��� XXX_TRACE �������γɵ�������
������ʹ��
MEMORY_TRACE�����������ƺ�����ȷ��
ASSIGNMENT_TRACE ��δ��ʵ�֡�
Ҫ�����и��ٹ���(TIMING, FUNCTIONS, ARGS SUMMARY (���� strace -c)) ��ʹ�� 99 ��Ϊֵ��
�ɹ�ʱ���� TRUE�� ������ʧ��ʱ���� FALSE��
Example #1 apd_continue() example
<?php
apd_continue(0);
?>