PHP Classes

File: sample-kmd-basic.php

Recommend this page to a friend!
  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: 10 years ago
Size: 62 bytes
 

Contents

Class file image Download
<?php

require 'kmd.php';

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

?>