Browse Source

update readme

main
yggverse 2 months ago
parent
commit
08fcb58e5d
  1. 8
      README.md

8
README.md

@ -166,9 +166,13 @@ Get current `Handler` function, `null` by default
#### Server::start #### 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 ``` php
$server->start( $server->start(

Loading…
Cancel
Save