PHP Velho Oeste 2024

Thread::join

(PECL pthreads >= 2.0.0)

Thread::joinSynchronisation

Description

public Thread::join(): bool

Fait attendre le contexte appelant du Thread référencé la fin de l'exécution.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Cette fonction retourne true en cas de succès ou false si une erreur survient.

Exemples

Exemple #1 Rejoint le Thread référencé

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

L'exemple ci-dessus va afficher :

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