SyncReaderWriter::readlockWaits for a read lock Description
public bool SyncReaderWriter::readlock
([ integer
$wait = -1
] )Obtains a read lock on a SyncReaderWriter object. Parameters
Return ValuesA boolean of TRUE if the lock was obtained, FALSE otherwise. ExamplesExample #1 SyncReaderWriter::readlock example
<?php See Also
|