|
Threaded::notifySynchronization Description
public boolean Threaded::notify
( void
)
Send notification to the referenced object ParametersThis function has no parameters. Return ValuesA boolean indication of success Examples
Example #1 Notifications and Waiting
<?php The above example will output: bool(true) |