class WebServer
Manages a local HTTP web server.
| STARTED | |
| STOPPED |
| run(WebServerConfig $config, $disableOutput = true, callable $callback = null) | ||
| start(WebServerConfig $config, $pidFile = null) | ||
| stop($pidFile = null) | ||
| getAddress($pidFile = null) | ||
| isRunning($pidFile = null) |
| WebServerConfig | $config | |
| $disableOutput | ||
| callable | $callback |
| WebServerConfig | $config | |
| $pidFile |
| $pidFile |
| $pidFile |
| $pidFile |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Bundle/WebServerBundle/WebServer.html