Example #1
0
 /**
  * Wait until this file is unlocked
  * @param integer $waitTime Time in microseconds to wait between the lock
  * checks
  * @return null
  */
 public function waitForUnlock($waitTime = 10000)
 {
     $this->fs->waitForUnlock($this, $waitTime);
 }