|
Thread::unlockSynchronization Description
final public boolean Thread::unlock
( void
)
Unlock 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) |