예제 #1
0
파일: lambda.php 프로젝트: stokegames/mmo
 public function __wakeup()
 {
     $this->closure =& resource_service::unregister($this->resource_id);
 }
예제 #2
0
파일: process.php 프로젝트: stokegames/mmo
 public function __wakeup()
 {
     if ($closure = resource_service::unregister($this->resource_id)) {
         $this->closure =& $closure;
     }
 }