|
Threaded::unlockSynchronization Warning
This method has been removed in pthreads v3. Description
public boolean Threaded::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 the property table of a threaded object
<?php The above example will output: bool(true) bool(true) |