apd_continue

(PECL apd >= 0.2)

apd_continueRestarts the interpreter

˵��

apd_continue ( int $debug_level ) : bool

Usually 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);
?>