mirror of
https://github.com/YGGverse/nps-php.git
synced 2025-01-15 17:30:08 +00:00
update readme
This commit is contained in:
parent
12453064d7
commit
08fcb58e5d
@ -166,9 +166,13 @@ Get current `Handler` function, `null` by default
|
||||
|
||||
#### Server::start
|
||||
|
||||
Run server object using this method.
|
||||
Run server object using this method
|
||||
|
||||
Define handler function as the argument to process application logic dependent of client request.
|
||||
``` php
|
||||
$server->start();
|
||||
```
|
||||
|
||||
Optionally, define handler function as the argument to process application logic dependent of client request
|
||||
|
||||
``` php
|
||||
$server->start(
|
||||
|
Loading…
x
Reference in New Issue
Block a user