*{ padding: 0; margin: 0; } div{ padding: 4px 48px;} a{color:#2E5CD5;cursor: pointer;text-decoration: none} a:hover{text-decoration:underline; } body{ background: #fff; font-family: "Century Gothic","Microsoft yahei"; color: #333;font-size:18px;} h1{ font-size: 100px; font-weight: normal; margin-bottom: 12px; } p{ line-height: 1.6em; font-size: 42px }
:)
ThinkPHP V5.1
12载初心不改(2006-2018) - 你值得信赖的PHP框架
';
}
/**
* 数据统计页面
*
* @return void
* @author wj
* @date 2022-10-13
*/
public function datastatistics()
{
return $this->fetch();
}
/**
* 日间照料中心统计数据
*
* @return void
* @author wj
* @date 2023-01-31
*/
public function mealcenterlist()
{
return $this->fetch();
}
public function test1()
{
$class = "app\workerman\ShTcp";
if (class_exists($class)) {
$worker = new $class;
if (!$worker instanceof WorkerServer) {
var_dump('123');
}
} else {
var_dump("qwe");
}
}
}