00001 <?php 00008 interface ILock 00009 { 00031 public function isLockExpired 00032 ( 00033 $lockName_, 00034 $lockTime_ = 60, 00035 $compressName_ = true 00036 ); 00037 } 00038 ?>