Пример #1
0
 function secache_no_flock()
 {
     parent::secache();
     $this->__support_usleep = version_compare(PHP_VERSION, 5, '>=') ? 20 : 1;
 }