|
Threaded::unlockSynchronization Warnung
This method has been removed in pthreads v3. Beschreibung
public boolean Threaded::unlock
( void
)
Unlock the referenced objects storage for the calling context Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteA boolean indication of success Beispiele
Beispiel #1 Locking the property table of a threaded object
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: bool(true) bool(true) |