PHP Velho Oeste 2024

Thread::join

(PECL pthreads >= 2.0.0)

Thread::join同期処理

説明

public Thread::join(): bool

呼び出し元のコンテキストが、このスレッドの実行終了を待つようにします。

パラメータ

この関数にはパラメータはありません。

戻り値

成功した場合に true を、失敗した場合に false を返します。

例1 スレッドとのジョイン

<?php
class My extends Thread {
public function
run() {
/* ... */
}
}
$my = new My();
$my->start();
/* ... */
var_dump($my->join());
/* ... */
?>

上の例の出力は以下となります。

bool(true)

add a note add a note

User Contributed Notes 1 note

up
0
johnjorge884 at gmail dot com
4 years ago
EDB Recovery Tool

EdbMails for EDB to PST Recovery

There are many causes for exchange EDB corruption but nevertheless when the file actually gets corrupted, it becomes inaccessible for the users. So to repair and recover exchange EDB file you can try the professional exchange server recovery solution from EdbMails . EdbMails is the quickest exchange recovery tool around.It has a simple to understand and use interface and even a Free EDB to PST trial version that allows you to export upto 30 mails per folder.

For near instant recovery of inaccessible exchange databases, make sure to try EdbMails. Filter mails by date / time, subject, attachments and from / to address for PST extraction or Migration to Office 365 / Live Exchange server. Also recover all mail components such as to address, cc,bcc,time, subject,from address, mail header as well as the body.

Repair EDB files irrespective of how corrupt they are

EdbMails also supports export of EDB mails into different formats such as- EML, MSG, HTML and PST. Whether it be tasks, journals,zip attachments,Inbox,calendars, or images you can be assured that the exchange server recovery tool can extract them all flawlessly.  You can also comfortably view all the EDB contents before the export operation begins. There is also support for direct migration to Office 365 and Live exchange server. You can even choose to split the PST file into sizes of upto 20 GB.

For more information visit : https://www.edbmails.com/
To Top