Свойство | Тип | Описание | |
---|---|---|---|
$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? |