project_start/phpstorm-stubs/swoole/Swoole/Server/TaskResult.php

14 lines
186 B
PHP

<?php
declare(strict_types=1);
namespace Swoole\Server;
class TaskResult
{
public $task_id = 0;
public $task_worker_id = 0;
public $dispatch_time = 0;
public $data;
}