update : 2015.11.03
php.shukuma.com검색:
|
Worker::unstack(PECL pthreads >= 2.0.0) Worker::unstack — Stacking 설명Removes the referenced object ( or all objects if parameters are void ) from stack of the referenced Worker 인수
반환값The new length of the stack 예제
Example #1 Removing objects from the stack of Workers
<?php 위 예제의 출력: int(1) int(0) |