Alternc  3.2
Alternc logiel libre pour l'hébergement
 All Data Structures Namespaces Files Functions Variables Pages
vm.class.php
Go to the documentation of this file.
1 <?php
2 interface vm {
3  public function start();
4  public function stop();
5 }