start.php为入口文件php
1、启动debug
一、以debug(调试)方式启动调试
php start.php start
二、以daemon(守护进程)方式启动rest
php start.php start -d
2、中止code
php start.php stop
3、重启blog
php start.php restart
4、平滑重启进程
php start.php reload
5、查看状态io
php start.php status
6、查看链接状态(须要Workerman版本>=3.5.0)class
php start.php connections