Thread::globallyExecution Warnung
This method has been removed in pthreads v3. Beschreibung
public static mixed Thread::globally
( void
)
Will execute a Callable in the global scope Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteThe return value of the Callable Beispiele
Beispiel #1 Execute in the global scope
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe:
object(stdClass)#3 (0) {
}
|