略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: pht\Thread::start

2024-04-27

pht\Thread::start

(PECL pht >= 0.0.1)

pht\Thread::startStarts the new thread

说明

public pht\Thread::start ( void ) : void

This will cause a new thread to be spawned for the associated pht\Thread object, where its internal task queue will begin to be processed.

参数

此函数没有参数。

返回值

No return value.

范例

Example #1 Starting a new thread

<?php

use pht\Thread;

$thread = new Thread();

$thread->start();
$thread->join();
add a note add a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/pht-thread.start.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3