Alternc  latest
Alternc logiel libre pour l'hébergement
vm.class.php
Go to the documentation of this file.
1 <?php
2 interface vm {
3  public function start();
4 
5  /**
6  * @return boolean
7  */
8  public function stop();
9 }
Definition: vm.class.php:2
stop()
start()