|
Thread::waitSynchronization Description
final public boolean Thread::wait
([ long
$timeout
] )Will cause the calling Thread to wait for notification from the referenced Thread Parameters
Return ValuesA boolean indication of success Examples
Example #1 Notifications and Waiting
<?php The above example will output: bool(true) |