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