EmbeddedServer::stop PHP Méthode

stop() public méthode

Stop the embedded server.
public stop ( ) : boolean
Résultat boolean true if the server stopped, otherwise false.
    function stop()
    {
        // Run the stop command.
        return $this->_runScript('stop');
    }