Thread::globallyExecution Warning
This method has been removed in pthreads v3. Description
public static mixed Thread::globally
( void
)
Will execute a Callable in the global scope ParametersThis function has no parameters. Return ValuesThe return value of the Callable Examples
Example #1 Execute in the global scope
<?phpThe above example will output:
object(stdClass)#3 (0) {
}
|