<?php
namespace app\api\controller;
use WebSocket\Client;
class IndexController{
public function index(){
var_dump(runtime_path());
}