Threaded::synchronizedSynchronization 説明
public mixed Threaded::synchronized(Closure
$block , mixed ...$args )Executes the block while retaining the referenced objects synchronization lock for the calling context パラメータ
戻り値The return value from the block 例
例1 Synchronizing
上の例の出力は以下となります。 bool(true) |