Files
toolbox/plugin/utility/str_hash/App.php
T
2023-09-28 16:21:06 +08:00

17 lines
208 B
PHP

<?php
/**
* 字符串哈希计算
*/
namespace plugin\utility\str_hash;
use app\Plugin;
class App extends Plugin
{
public function index()
{
return $this->view();
}
}