update : 2015.11.03
php.shukuma.com검색:
|
Worker::stack(PECL pthreads >= 2.0.0) Worker::stack — Stacking 설명Appends the referenced object to the stack of the referenced Worker 인수
반환값The new length of the stack 예제
Example #1 Stacking objects for execution in Workers
<?php 위 예제의 출력: int(1) |