interface Terminable

Methods

void
terminate(int $status = 0)

Terminate the process.

Details

at line 12
void terminate(int $status = 0)

Terminate the process.

Parameters

int $status

Return Value

void