EmbeddedServer::stop PHP 메소드

stop() 공개 메소드

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