EmbeddedServer::stop PHP Method

stop() public method

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