(PHP 5 >= 5.1.0, PHP 7)
time_sleep_until — ʹ�ű�˯�ߵ�ָ����ʱ��Ϊֹ��
$timestamp
) : bool
ʹ�ű�˯�ߵ�ָ����
timestamp
��
timestamp
���ű����ѵ�ʱ�����
�ɹ�ʱ���� TRUE
�� ������ʧ��ʱ���� FALSE
��
�汾 | ˵�� |
---|---|
5.3.0 | �Դˣ�������Windowsƽ̨���á� |
����趨�� timestamp
Ϊ��ȥ��ʱ�䣬�ű��������һ�� E_WARNING
����Ĵ���
Example #1 time_sleep_until() ��һ������
<?php
//returns false and generates a warning
var_dump(time_sleep_until(time()-1));
// may only work on faster computers, will sleep up to 0.2 seconds
var_dump(time_sleep_until(microtime(true)+0.2));
?>
Note: ���е��źŻᱻ�ӳ����ű������Ժ�