|
Stackable::unlockSynchronization Description
final public boolean Stackable::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 Object Storage
<?php The above example will output: bool(true) bool(true) |