PHP Classes

File: test.php

Recommend this page to a friend!
  Classes of Warren Jay Eggly   telnet_log   test.php   Download  
File: test.php
Role: ???
Content type: text/plain
Description: Test file for telnet_log.php
Class: telnet_log
Author: By
Last change:
Date: 22 years ago
Size: 166 bytes
 

Contents

Class file image Download
<?php // Test file // // include("telnet_log.php"); $text = new telnet_log("/tmp/telnet.log"); echo $text->get(); echo $text->get_html(); ?>