PHP - Thread::globally() Function



Thread::globally - Execution

Syntax

public static mixed Thread::globally( void )

Thread::globally() function can execute Callable in a global scope.

Thread::globally() function doesn't have any parameters and can return the value of Callable.

Example

start();
?>
php_function_reference.htm
Advertisements