Threaded::shift

(PECL pthreads >= 2.0.0)

Threaded::shiftManipulation

˵��

public Threaded::shift ( void ) : boolean

�����������Ա��е�һ������

����ֵ

�������Ա��еĵ�һ������

����

Example #1 �����������Ա��е�һ������

<?php
$safe 
= new Threaded();

while (
count($safe) < 10)
    
$safe[] = count($safe);

var_dump($safe->shift());
?>

�������̻������

int(0)