コード例 #1
0
 public function stream_close()
 {
     $result = parent::stream_close();
     if (is_callable($this->closeCallback)) {
         call_user_func($this->closeCallback);
     }
     return $result;
 }