PHP Velho Oeste 2024

Thread::join

(PECL pthreads >= 2.0.0)

Thread::joinSynchronization

Description

public Thread::join(): bool

Causes the calling context to wait for the referenced Thread to finish executing

Parameters

This function has no parameters.

Return Values

Returns true on success or false on failure.

Examples

Example #1 Join with the referenced Thread

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

The above example will output:

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