示例#1
0
文件: lambda.php 项目: stokegames/mmo
 public function __wakeup()
 {
     $this->closure =& resource_service::unregister($this->resource_id);
 }
示例#2
0
 public function __wakeup()
 {
     if ($closure = resource_service::unregister($this->resource_id)) {
         $this->closure =& $closure;
     }
 }