프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$counter |
메소드 | 설명 | |
---|---|---|
beginRequest ( $req, $upstream ) : |
Creates Request. | |
init ( ) : void | Constructor. | |
onReady ( ) : void | Called when the worker is ready to go. | |
onShutdown ( $graceful = false ) : boolean | Called when application instance is going to shutdown. |
메소드 | 설명 | |
---|---|---|
getConfigDefaults ( ) : boolean | Setting default config options Overriden from AppInstance::getConfigDefaults Uncomment and return array with your default options |
public beginRequest ( $req, $upstream ) : |
||
리턴 | Request. |
protected getConfigDefaults ( ) : boolean | ||
리턴 | boolean |
public onShutdown ( $graceful = false ) : boolean | ||
리턴 | boolean | Ready to shutdown? |