PHP 클래스 Swoole\Protocol\AppServer

상속: extends HttpServer
파일 보기 프로젝트 열기: matyhtf/swoole_framework 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$apps_path
$router_function

공개 메소드들

메소드 설명
onRequest ( Request $request ) : Response 处理请求
onStart ( $serv )

메소드 상세

onRequest() 공개 메소드

处理请求
public onRequest ( Request $request ) : Response
$request Swoole\Request
리턴 Swoole\Response

onStart() 공개 메소드

public onStart ( $serv )

프로퍼티 상세

$apps_path 보호되어 있는 프로퍼티

protected $apps_path

$router_function 보호되어 있는 프로퍼티

protected $router_function