|
Thread::lockSynchronization Description
final public boolean Thread::lock
( void
)
Lock the referenced objects storage for the calling context ParametersThis function has no parameters. Return ValuesA boolean indication of success Examples
Example #1 Locking Thread Storage
<?php The above example will output: bool(true) bool(true) |