Login   Register  
PHP Classes
elePHPant
Icontem

File: sample-kmd-basic.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of François NEUMANN-RYSTOW  >  PHP Command Line Shell  >  sample-kmd-basic.php  >  Download  
File: sample-kmd-basic.php
Role: Example script
Content type: text/plain
Description: basic sample, just to instanciate the class
Class: PHP Command Line Shell
Use ncurses to get key inputs and write shell text
Author: By
Last change:
Date: 2013-07-24 15:15
Size: 62 bytes
 

Contents

Class file image Download
<?php

require 'kmd.php';

$kmd = new kmd();
$kmd->run();

?>